Skip to main content

Get the leverage interest rate

Frequency limit:10 times/1s (IP)

Description

HTTP Request

  • GET /api/v2/margin/interest-rate-record
Request
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"

Request Parameters

ParameterTypeRequiredDescription
coinStringYescoin
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1746692917537,
"data": {
"coin": "BTC",
"dailyInterestRate": "0.00003000",
"annualInterestRate": "0.01095000",
"updatedTime": "1746690900381"
}
}

Response Parameters

ParameterTypeDescription
coinStringcoin
dailyInterestRateStringDaily interest rate
Return in decimal form with 8 decimal places.
quoteCoinStringAnnual interest rate
Return in decimal form with 8 decimal places.
annualInterestRateStringupdate time
In Unix timestamp format in milliseconds

How was your Reading Experience with us?