Query Parameters
| Field | Type | Need | Description | Example |
|---|---|---|---|---|
”symbol” | string | required | Market symbol to query | BTC |
”limit” | integer | optional | Number of records to show (default 200, max 4000) | 20 |
”cursor” | string | optional | Cursor pagination to access records. Default to none | 1115hVka |
Response
- Status 200: Successfully retrieved funding history
- Status 400: Invalid request parameters
- Status 401: Unauthorized access
- Status 500: Internal server error