get https://api.connex.trade/api/v1/transfer/get
Tips
Permission: READ.
Request
Field name | Type | Necessary | Remarks |
---|---|---|---|
transferId | Long | N | Transfer ID. either transfer ID or clientOrder ID should be given. |
clientOrderId | String | N | The unique user-defined 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 |
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 |