Skip to main content

Funding Rate History

Retrieve funding rate history for a futures symbol over a specified period. Historical rates are sorted in ascending order by timestamp.

Request Parameters​

NameTypeRequiredDescription
symbolStringYesFutures symbol
periodStringYesFunding rate history period: 7D (7 days) Β· 2W (2 weeks) Β· 1M (1 month)

Response Content​

Successful response

example
GEThttps://api.btse.com/public-api/market/v1/recentFundingHistory

Response

{
"success": true,
"code": 1,
"msg": "Success",
"time": 1624989977940,
"data": [
{
"timestamp": 1715500800000,
"rate": "0.0000153752"
},
{
"timestamp": 1715529600000,
"rate": "0.0000130831"
}
]
}