API Reference

Query Transfer All

Retrieve transfer records for specific period of time

🚧

Tips

Applies to both user and trading portfolio's API Key. Permission: READ.

Request

Field nameTypeNecessaryRemarks
currencyStringNtransfer coin
statusIntegerNtransfer status
0:pending
1:success
2:failed
startTimeLongNStart time: timestamp
endTimeLongNEnd time: timestamp
pageIntegerNCurrent page, default=1, the min value=1
pageSizeIntegerNPage size, default=1000, the max value=1000

Response

Field nameTypeRemarks
transferIdLongTransferId
currencyStringtransfer coin
amountDoubleTransfer Amount
networkStringThis field will only take effect in cross-exchange transfers.
txIdStringTransaction ID
amountReceivedDoubleThe actual amount received
networkFeeDoubleThe actual networkFee costed
fromTradeAccountIdLongOutgoing trading account ID or portfolio ID
toTradeAccountIdLongPosting trading account ID or portfolio ID
fromAccountTypeString- When fromAccount is a Trading Portfolio, this field shows the destination exchange of the portfolio.
toAccountTypeString- When toAccount is a Trading Portfolio, this field shows the destination exchange of the portfolio.
statusIntegerTransfer status: 0: execution in progress 1: execution succeeded 2: execution failed
reasonStringMessage When Transfer Filed
createAtLongCreate Timestamp
Language