Query User Universal Transfer History (USER_DATA)
- fromSymbol must be sent when type are ISOLATEDMARGIN_MARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN
- toSymbol must be sent when type are MARGIN_ISOLATEDMARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN
- Support query within the last 6 months only
- If startTime and endTime not sent, return records of the last 7 days by default
Weight(IP): 1
Query parameters
Universal transfer type
UTC timestamp in ms
UTC timestamp in ms
Current querying page. Start from 1. Default:1
Default:10 Max:100
Must be sent when type are ISOLATEDMARGIN_MARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN
Must be sent when type are MARGIN_ISOLATEDMARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Universal transfer history
Example response
{
"total": 1,
"rows": [
{
"asset": "USDT",
"amount": "1",
"type": "MAIN_UMFUTUR",
"status": "CONFIRMED",
"tranId": 11415955596,
"timestamp": 1544433328000
}
]
}Changes
Changed in 1 of the 26 revisions of this API.612
- ▲
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/amountbecame 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/statusbecame required for the status200response-property-became-required
- ○
the response property
rows/items/timestampbecame required for the status200response-property-became-required
- ○
the response property
rows/items/tranIdbecame 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
- ▲