get https://api.liquiditytech.com/api/v1/transfer/get
Retrieve the details of a specific tranfer by providing the transferId or clientOrderId.
Tips
Applies to both user and trading portfolio's API Key. Permission: READ.
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| transferId | Long | Conditional | Transfer ID. Either the transfer ID or the client order ID must be provided. |
| clientOrderId | String | Conditional | The unique user-defined id. Either the transfer ID or the client order ID must be provided. |
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 |
| clientOrderId | String | The unique user-defined id |
| rapidTransfer | Boolean | Return "Rapid Transfer" if used; otherwise, "False." |
