API Reference

HistoryPage

Only API keys with Transfer privilege can call this endpoint.

🚧

Tips

Applies to primary user's API Key. Permission: READ.

Request

Field nameTypeNecessaryRemarks
currencyStringNCurrency
typeIntegerMAction type
1:Lock
2:UnLock
statusIntegerNLock/UnLock status
0:pending
1:success
2:failed
actionIdStringNLock/UnLock action Id
startTimeLongNStart time: timestamp
endTimeLongNEnd time: timestamp
pageIntegerNCurrent page, default=1, the min value=1
pageSizeIntegerNPage size, default=20

Response

Field nameTypeRemarks
actionIdLongTrade Account Id
typeIntegerAction type
1:Lock
2:UnLock
currencyStringCurrency
amountStringAmount
accountIdLong Posting trading account ID
statusIntegerLock/UnLock status
0:pending
1:success
2:failed
reasonStringMessage When Lock/UnLock Failed
createdAtLongCreation time: 13 bit timestamp
Language