Query Transfer Records

Retrieve transfer records according to certain transferId

Permission

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

Rate Limit

  • no rate limit

Request

Field nameTypeNecessaryRemarks
transferIdLongNTransfer ID. Either the transfer ID or the client order ID must be provided.
clientOrderIdStringNThe unique user-defined id,Either the transfer ID or the client order ID must be provided.

Response

Field nameTypeRemarks
transferIdLongTransfer ID
currencyStringCurrency
amountDoubleAmount
networkStringThis field will only take effect in cross-exchange transfers.
txIdStringTransaction ID
clientOrderIdStringThe unique user-defined id
amountReceivedDoubleThe actual amount received
networkFeeDoubleThe actual networkFee costed
fromTradeAccountIdLongOutgoing trading account ID
toTradeAccountIdLongPosting trading account 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
createdAtLongCreation time: 13 bit timestamp
Language