Skip to main content

Get Interest rate history

Frequency limit:5 times/1s (IP)

Description

Get Interest rate history

HTTP Request

  • GET /api/v2/mix/market/union-interest-rate-history
Request Example
curl "https://api.bitget.com/api/v2/mix/market/union-interest-rate-history?coin=USDT"

Request Parameters

ParameterTypeRequiredDescription
coinStringYesCoin asset
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1725948522731,
"data": {
"coin": "USDT",
"historyInterestRateList": [
{
"ts": "1723533015946",
"annualInterestRate": "0.02555",
"dailyInterestRate": "0.00007"
},
{
"ts": "1723446615946",
"annualInterestRate": "0.02555",
"dailyInterestRate": "0.00007"
},
{
"ts": "1723360215946",
"annualInterestRate": "0.02555",
"dailyInterestRate": "0.00007"
}
]
}
}

Response Parameters

ParameterTypeDescription
coinStringAssets
historyInterestRateListListHistory Interest list
> annualInterestRateStringAnnual interest rate
> dailyInterestRateStringDaily interest rate
> tsStringInterest time

How was your Reading Experience with us?