获取杠杆利率
限速规则 10次/1s (IP)
描述
HTTP请求
- GET /api/v2/margin/interest-rate-record
请求示例
curl "https://api.bitget.com/api/v2/margin/interest-rate-record?coin=BTC"
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"
请求参数
参数名 | 参数类型 | 是否必须 | 描述 |
---|---|---|---|
coin | String | 是 | 币种名称 |
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1746692917537,
"data": {
"coin": "BTC",
"dailyInterestRate": "0.00003000",
"annualInterestRate": "0.01095000",
"updatedTime": "1746690900381"
}
}
返回参数
返回字段 | 参数类型 | 字段说明 |
---|---|---|
coin | String | 币种名称 |
dailyInterestRate | String | 日利率 小数形式返回,8位精度 |
quoteCoin | String | 年利率 小数形式返回,8位精度 |
annualInterestRate | String | 数据更新时间 Unix毫秒时间戳格式 |