跳到主要内容

资金费率历史

获取指定合约符号在指定周期内的资金费率历史。返回结果按 timestamp 升序排列。

请求参数

名称类型是否必填描述
symbolString合约符号
periodString周期:7D(7 天)· 2W(2 周)· 1M(1 个月)

响应内容

成功响应

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"
}
]
}