Applicable for querying funding rate history data
Request URL
GET https://cloud-api.wooxpro.com/contract/public/funding-rate-history
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | Yes | Instrument name, e.g. BTCUSDT |
| limit | String | No | Number of results per request. The maximum is 100; The default is 100 |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| list | list | Array of list details |
| Field | Type | Description |
|---|---|---|
| symbol | String | Instrument name, e.g. BTCUSDT |
| funding_rate | String | Actual funding rate |
| funding_time | String | Settlement time, Unix timestamp format in milliseconds, e.g. 1733738400000 |