Get Public Funding History
{
"success": true,
"code": "200",
"msg": "success",
"retry": false,
"data": [
{
"symbol": "IDUSDTM",
"fundingRate": 0.018750,
"timepoint": 1702310700000
}
]
}
Query the funding rate at each settlement time point within a certain time range of the corresponding contract
HTTP REQUEST
GET /api/v1/contract/funding-rates
Example
GET /api/v1/contract/funding-rates?symbol=IDUSDTM&from=1700310700000&to=1702310700000
REQUEST URL
This endpoint support Futures URL
REQUEST RATE LIMIT
Public weight
:5
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
symbol | String | Yes | Symbol of the contract |
from | long | Yes | Start time (milisecond) |
to | long | Yes | End time (milisecond) |
RESPONSES
Param | Description |
---|---|
symbol | Symbol of the contract |
timePoint | Time point (milisecond) |
fundingRate | Funding rate |