Universal Transfer History (For Master Account)
- fromEmail and toEmail cannot be sent at the same time.
- Return fromEmail equal master account email by default.
- The query time period must be less then 30 days.
- If startTime and endTime not sent, return records of the last 30 days by default.
Weight(IP): 1
Query parameters
Sub-account email
Sub-account email
UTC timestamp in ms
UTC timestamp in ms
Default 1
Default 500, Max 500
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Transfer History
Example response
[
{
"tranId": 11945860693,
"fromEmail": "master@test.com",
"toEmail": "subaccount1@test.com",
"asset": "BTC",
"amount": "0.1",
"fromAccountType": "SPOT",
"toAccountType": "COIN_FUTURE",
"status": "SUCCESS",
"createTimeStamp": 1544433325000,
"clientTranId": "11945860694"
}
]Changes
Changed in 3 of the 26 revisions of this API.615
- ○
added the required property
items/clientTranIdto the response with the200statusresponse-required-property-added
- ○
- ▲
for the
queryrequest parameterlimit, the type/format was changed fromstring/tointeger/int32request-parameter-type-changed
- ○
added the new optional
queryrequest parameterclientTranIdnew-optional-request-parameter
- ▲
- ▲
for the
queryrequest parameterendTime, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterpage, 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
- ○
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/amountbecame required for the status200response-property-became-required
- ○
the response property
items/assetbecame required for the status200response-property-became-required
- ○
the response property
items/createTimeStampbecame required for the status200response-property-became-required
- ○
the response property
items/fromAccountTypebecame required for the status200response-property-became-required
- ○
the response property
items/fromEmailbecame required for the status200response-property-became-required
- ○
the response property
items/statusbecame required for the status200response-property-became-required
- ○
the response property
items/toAccountTypebecame required for the status200response-property-became-required
- ○
the response property
items/toEmailbecame required for the status200response-property-became-required
- ○
the response property
items/tranIdbecame 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
- ▲