Sub-account Transfer History (For Sub-account)
- If type is not sent, the records of type 2: transfer out will be returned by default.
- If startTime and endTime are not sent, the recent 30-day data will be returned.
Weight(IP): 1
Query parameters
- 1 - transfer in
- 2 - transfer out
UTC timestamp in ms
UTC timestamp in ms
Default 500; max 1000.
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Transfer id
Example response
[
{
"counterParty": "master",
"email": "master@test.com",
"type": 1,
"asset": "BTC",
"qty": "1",
"fromAccountType": "SPOT",
"toAccountType": "SPOT",
"status": "SUCCESS",
"tranId": 11798835829,
"time": 1544433325000
}
]Changes
Changed in 2 of the 26 revisions of this API.814
- ▲
removed the enum value
1.00from thequeryrequest parametertyperequest-parameter-enum-value-removed
- ▲
removed the enum value
2.00from thequeryrequest parametertyperequest-parameter-enum-value-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 parametertype, 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/counterPartybecame required for the status200response-property-became-required
- ○
the response property
items/emailbecame required for the status200response-property-became-required
- ○
the response property
items/fromAccountTypebecame required for the status200response-property-became-required
- ○
the response property
items/qtybecame required for the status200response-property-became-required
- ○
the response property
items/statusbecame required for the status200response-property-became-required
- ○
the response property
items/timebecame required for the status200response-property-became-required
- ○
the response property
items/toAccountTypebecame required for the status200response-property-became-required
- ○
the response property
items/tranIdbecame required for the status200response-property-became-required
- ○
the response property
items/typebecame 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
- ▲