Skip to main content

Get Funding Rate Records

Type: GET

Description: /future/market/v1/public/q/funding-rate-record

Note:

This method does not require a signature.

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringfalseN/ATrading pair
directionstringfalseNEXTDirection (PREV: Previous page; NEXT: Next page)PREV;NEXT
idintegerfalseN/Aid
limitintegerfalse10Limit

Response Example

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