Skip to main content

Query Parameters

FieldTypeNeedDescriptionExample
”account”stringrequiredUser’s wallet address42trU9A5…
“limit”integeroptionalMaximum number of records to return, defaults to system defined limit100
”cursor”stringoptionalCursor pagination to access records. Default to none1115hVka
”include_trades”booleanoptionalIf true, includes trade events. By default only shows deposit, withdraw, subaccount transfer, and payout eventsfalse

Response

  • Status 200: Successfully retrieved balance history
  • Status 400: Invalid request parameters
  • Status 401: Unauthorized access
  • Status 500: Internal server error

Code Example (Python)