Skip to main content

Get Funding Rate Information

GET: /v1/future-u/market/public/q/funding-rate

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair

Limit Flow Rules

1/s/ip

Note:This method does not require a signature.

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": {
"hasNext": false, //Is there a next page
"hasPrev": false, //Is there a previous page
"items": [ //Datasheets
{
"collectionInternal": 0, //Billing Cycle (hour)
"createdTime": 0, //Time
"fundingRate": 0, //Latest funding rate
"id": 0, //id
"symbol": "" //Trading pair
}
]
},
"code": 200
}