Get Cross Margin Transfer History (USER_DATA)
- Response in descending order
- Returns data for last 7 days by default
- Set archived to true to query data from 6 months ago
Weight(IP): 1
Query parameters
UTC timestamp in ms
UTC timestamp in ms
Current querying page. Start from 1. Default:1
Default:10 Max:100
Isolated symbol
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Margin account transfer history, response in descending order
Example response
{
"rows": [
{
"amount": "0.10000000",
"asset": "BNB",
"status": "CONFIRMED",
"timestamp": 1566898617,
"txId": 5240372201,
"type": "ROLL_IN"
}
],
"total": 1
}Changes
Changed in 2 of the 26 revisions of this API.617
- ●
deleted the
queryrequest parameterarchivedrequest-parameter-removed
- ○
added the new optional
queryrequest parameterisolatedSymbolnew-optional-request-parameter
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
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
- ○
added the required property
rowsto the response with the200statusresponse-required-property-added
- ○
added the required property
totalto the response with the200statusresponse-required-property-added
- ▲