Wallet Operations

Concepts behind wallet balances and transaction history. For full parameter and response details, see the Wallet section of the API Reference.

Balance

getWalletBalance returns the current wallet balance. It's read-only and takes no parameters — a good first call after authenticating.

Transactions

getWalletTransactions returns paginated transaction history:

  • direction — filter by transaction direction
  • page / limit — pagination controls

Plan on paginating rather than fetching everything in one call — treat limit as a page size, not a maximum result count.


Did this page help you?