Skip to Content

Wallet

The in-app wallet shows the USDC balance, deposit address, and transaction history:

Wallet — USDC balance, receive/send, transaction history

All endpoints require authentication.

MethodPathBody / Query
GET/api/wallet/balance
POST/api/wallet/deposit{ amount, tx_hash }
POST/api/wallet/withdraw{ amount, to_address }
GET/api/wallet/transactions?page&page_size
Last updated on