Get Current Funding Rate
get Current Funding Rate
HTTP REQUEST
GET /api/v1/funding-rate/{symbol}/current
Example
GET /api/v1/funding-rate/XBTUSDM/current
{
"symbol": ".XBTUSDMFPI8H", //Funding Rate Symbol
"granularity": 28800000, //Granularity (milisecond)
"timePoint": 1558000800000, //Time point (milisecond)
"value": 0.00375, //Funding rate
"predictedValue": 0.00375 //Predicted funding rate
}
REQUEST URL
This endpoint support Futures URL
REQUEST RATE LIMIT
Public weight
:2
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
symbol | String | Yes | symbol |
RESPONSES
Param | Description |
---|---|
symbol | Funding Rate Symbol |
granularity | Granularity (milisecond) |
timePoint | Time point (milisecond) |
value | Funding rate |
predictedValue | Predicted funding rate |