get
https://api.connex.trade/api/v1/transfer/get
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 name | Type | Necessary | Remarks |
|---|---|---|---|
| transferId | Long | N | Transfer ID. Either the transfer ID or the client order ID must be provided. |
| clientOrderId | String | N | 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 |
| clientOrderId | String | The unique user-defined 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 |
