get https://api.liquiditytech.com/api/v1/transfer/list
Retrieve transfer recrods within a specified time period.
Tips
Applies to both user and trading portfolio's API Key. Permission: READ.
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| currency | String | N | transfer coin |
| status | Integer | N | transfer status 0:pending 1:success 2:failed |
| startTime | Long | N | Start time: timestamp |
| endTime | Long | N | End time: timestamp |
| page | Integer | N | Current page, default=1, the min value=1 |
| pageSize | Integer | N | Page size, default=1000, the max value=1000 |
Response
| Field name | Type | Remarks |
|---|---|---|
| transferId | Long | TransferId |
| currency | String | transfer coin |
| amount | Double | Transfer 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 or portfolio ID |
| toTradeAccountId | Long | Posting trading account ID or portfolio 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 | Create Timestamp |
| clientOrderId | String | The unique user-defined id |
| rapidTransfer | Boolean | Return "Rapid Transfer" if used; otherwise, "False." |
