资金费率历史
GET🌐 Public
example
GET
https://api.btse.com/public-api/market/v1/recentFundingHistoryResponse
{
"success": true,
"code": 1,
"msg": "Success",
"time": 1624989977940,
"data": [
{
"timestamp": 1715500800000,
"rate": "0.0000153752"
},
{
"timestamp": 1715529600000,
"rate": "0.0000130831"
}
]
}