Retrieve the balance history of a Wallet

Retrieves the historical balance and transaction records for a specific user's wallet.
Supports pagination using page and size query parameters. Each entry in the history
includes details about deposits, withdrawals, and other balance-affecting operations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 255
^[a-z0-9_-]{3,255}$
string
required
length ≤ 255
^[a-z0-9_-]{3,255}$
Query Params
int32
0 to 9999999
Defaults to 0

Offset for pagination. If not specified, the default value is 0.

int32
0 to 100
Defaults to 20

Page size for pagination. If not specified, the default value is 20.

Headers
string
required
length ≤ 64
^[a-z0-9_-]{3,64}$

Client ID provided to you during onboarding.

Responses

403

forbidden

429

Too many requests

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json