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 for pagination. Default to none1115hVka

Response

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

Code Example (Python)