get https://api.liquiditytech.com/api/v1/transfer/get
Retrieve transfer records according to certain transferId
Tips
Applies to both user and trading portfolio's API Key. Permission: READ.
Request
Field name | Type | Necessary | Remarks |
---|---|---|---|
transferId | Long | Y | Transfer ID |
Response
Field name | Type | Remarks |
---|---|---|
transferId | Long | Transfer ID |
currency | String | Currency |
amount | Double | Amount |
network | String | This field will only take effect in cross-exchange transfers. |
txId | String | Transaction ID |
amountReceived | Double | The actual amount received |
networkFee | Double | The actual networkFee costed |
fromTradeAccountId | Long | Outgoing trading account ID |
toTradeAccountId | Long | Posting trading account ID |
fromAccountType | String | - When fromAccount is a Trading Portfolio, this field shows the destination exchange of the portfolio. |
toAccountType | String | - When toAccount is a Trading Portfolio, this field shows the destination exchange of the portfolio. |
status | Integer | Transfer status: 0: execution in progress 1: execution succeeded 2: execution failed |
reason | String | Message When Transfer Filed |
createdAt | Long | Creation time: 13 bit timestamp |