Margin Interest Rate History (USER_DATA)
The max interval between startTime and endTime is 30 days.
Weight(IP): 1
Query parameters
Defaults to user's vip level
UTC timestamp in ms
UTC timestamp in ms
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Margin Interest Rate History
Example response
[
{
"asset": "BTC",
"dailyInterestRate": "0.00025000",
"timestamp": 1611544731000,
"vipLevel": 1
}
]Changes
Changed in 2 of the 26 revisions of this API.618
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
- ▲
for the
queryrequest parameterendTime, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterlimit, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-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
- ▲
for the
queryrequest parametervipLevel, the type/format was changed frominteger/tointeger/int32request-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
items/assetbecame required for the status200response-property-became-required
- ○
the response property
items/dailyInterestRatebecame required for the status200response-property-became-required
- ○
the response property
items/timestampbecame required for the status200response-property-became-required
- ○
the response property
items/vipLevelbecame required for the status200response-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
- ▲