Skip to main content

Query Parameters

FieldTypeNeedDescriptionExample
”account”stringrequiredUser’s wallet address42trU9A5…
“symbol”stringoptionalFilter by spot asset symbolSOL
”limit”integeroptionalMaximum number of records to return, defaults to system defined limit100
”cursor”stringoptionalCursor for pagination. Default to none1115hVka

Response

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

Code Example (Python)