Skip to main content

Query Parameters

FieldTypeNeedDescriptionExample
”symbol”stringrequiredMarket symbol to queryBTC
”limit”integeroptionalNumber of records to show (default 200, max 4000)20
”cursor”stringoptionalCursor pagination to access records. Default to none1115hVka

Response

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

Code Example (Python)