跳到主要内容

获取杠杆利率

限速规则 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"

请求参数

参数名参数类型是否必须描述
coinString币种名称
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1746692917537,
"data": {
"coin": "BTC",
"dailyInterestRate": "0.00003000",
"annualInterestRate": "0.01095000",
"updatedTime": "1746690900381"
}
}

返回参数

返回字段参数类型字段说明
coinString币种名称
dailyInterestRateString日利率
小数形式返回,8位精度
quoteCoinString年利率
小数形式返回,8位精度
annualInterestRateString数据更新时间
Unix毫秒时间戳格式