Skip to main content

Get USDT-M futures Interest history

Frequency limit: 5 times/s (UID)

Description

Get USDT-M futures Interest history

HTTP Request

  • GET /api/v2/mix/account/interest-history
Request Example
curl "https://api.bitget.com/api/v2/mix/account/interest-history?productType=usdt-futures&startTime=1725330167000&endTime=1725848567893" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:zh-CN" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
coinStringNocoin
productTypeStringYesProduct type
USDT-FUTURES USDT professional futures
SUSDT-FUTURES USDT professional futures demo
idLessThanStringNoRequests the content on the page before this ID (older data), the value input should be the endId of the corresponding interface.
startTimeStringNoStart timestamp
Unix timestamp in milliseconds format, e.g. 1597026383085
endTimeStringNoEnd timestamp
Unix timestamp in milliseconds format, e.g. 1597026383085
limitStringNoNumber of queries: Default: 20, maximum: 100
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1725875190690,
"data": {
"nextSettleTime": "1725876300000",
"borrowAmount": "0",
"borrowLimit": "600000",
"interestList": [
{
"coin": "USDT",
"liability": "100",
"interestFreeLimit": "100",
"interestLimit": "500",
"hourInterestRate": "0.12",
"interest": "0.12",
"cTime": "1725848567893"
}
],
"endId": "xxxxxxxxxxxxxxx"
}
}

Response Parameters

ParameterTypeDescription
nextSettleTimeStringNext interest payment time
borrowAmountStringCurrent USDT-M Futures debt
borrowLimitStringLoan limit
interestListList<Object>interest data
>coinStringCoin
>liabilityStringTotal debt
>interestFreeLimitStringInterest-free amount
>interestLimitStringInterest-accruing amount
>hourInterestRateStringHourly interest rate
>intersetStringinterset
>cTimeStringcreate time
endIdStringThis is used when 'idLessThan' is set as a range.

How was your Reading Experience with us?