get
https://open-api-v4.coinglass.com/api/borrow-interest-rate/history
該接口提供加密貨幣的借貸利率數據。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
該接口以下 API 等級可用: API 等級:
| API 等級 | 業餘版 | 創業版 | 標準版 | 專業版 | 企業版 |
|---|---|---|---|---|---|
| 可用性 | ✅ | ✅ | ✅ | ✅ | ✅ |
響應數據
{
"code": "0",
"msg": "success",
"data": [
{
"time": 1741636800, // 時間戳 (秒)
"interest_rate": 0.002989 // 利率
},
{
"time": 1741640400, // 時間戳 (秒)
"interest_rate": 0.002989 // 利率
}
]
}