Get Interest History (USER_DATA)
- Response in descending order
- If isolatedSymbol is not sent, crossed margin data will be returned
- Set archived to true to query data from 6 months ago
- type in response has 4 enums:
- PERIODIC interest charged per hour
- ON_BORROW first interest charged on borrow
- PERIODIC_CONVERTED interest charged per hour converted into BNB
- ON_BORROW_CONVERTED first interest charged on borrow converted into BNB
Weight(IP): 1
Query parameters
Isolated symbol
UTC timestamp in ms
UTC timestamp in ms
Current querying page. Start from 1. Default:1
Default:10 Max:100
Default: false. Set to true for archived data from 6 months ago
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Interest History, response in descending order
Example response
{
"rows": [
{
"isolatedSymbol": "BNBUSDT",
"asset": "BNB",
"interest": "0.01866667",
"interestAccuredTime": 1566813600,
"interestRate": "0.01600000",
"principal": "36.22000000",
"type": "ON_BORROW"
}
],
"total": 1
}Changes
Changed in 1 of the 26 revisions of this API.613
- ▲
for the
queryrequest parametercurrent, the type/format was changed fromnumber/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterendTime, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametersize, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterstartTime, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
rowsbecame required for the status200response-property-became-required
- ○
the response property
rows/items/assetbecame required for the status200response-property-became-required
- ○
the response property
rows/items/interestbecame required for the status200response-property-became-required
- ○
the response property
rows/items/interestAccuredTimebecame required for the status200response-property-became-required
- ○
the response property
rows/items/interestRatebecame required for the status200response-property-became-required
- ○
the response property
rows/items/isolatedSymbolbecame required for the status200response-property-became-required
- ○
the response property
rows/items/principalbecame required for the status200response-property-became-required
- ○
the response property
rows/items/typebecame required for the status200response-property-became-required
- ○
the response property
totalbecame required for the status200response-property-became-required
- ▲