get
https://api.connex.trade/api/v1/userWithdrawRecord/list
Retrieve withdrawal history for a specific period.
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 |
|---|---|---|---|
| id | Long | N | The same as the Withdraw ID on the dashboard |
| status | Integer | N | Withdrawal Status: 1: Not Approved 2: Approved - Approved Passed 3: Executed Successfully 4: Executed Failed 5: Approved - Approved Rejected |
| accountId | Long | N | Applicable to exchange account's ID, funding account's ID, CL Trading account's ID and Trading Portfolio's ID. |
| fromAccountType | String | N | Outgoing trade account type; When it's the withdrawal of Trading Portfolio, this field is required. fromAccountType: BINANCE, OKX |
| currency | String | N | Currency |
| startTime | Long | N | Start time: timestamp |
| endTime | Long | N | End time: timestamp |
| page | Integer | N | Page |
| pageSize | Integer | N | Page size |
Response
| Field name | Type | Remarks |
|---|---|---|
| Id | Long | The same Withdraw ID as on the dashboard |
| accountId | Long | Applicable to exchange account's ID, funding account's ID, CL Trading account's ID and Trading Portfolio's ID. |
| fromAccountType | String | BINANCE, OKX. |
| currency | String | Currency |
| network | String | Network |
| memo | String | Check if the receiving platform requires you to include a tag/memo. If required, ensure the tag/memo is correct to avoid losing your assets. |
| address | String | Address |
| AddressTag | String | Address tag is the label you entered for your address at ConneX, which is different than memo. |
| amount | Double | Amount |
| status | Integer | Withdrawal Status: 1: Not Approved 2: Approved - Approved Passed 3: Executed Successfully 4: Executed Failed 5: Approved - Approved Rejected |
| txId | String | Transaction ID: From withdrawal account to custodian |
| txId2 | String | Transaction ID: From custodian to external wallet |
| info | String | Error reason |
| applyTime | String | Apply time |
| clientOrderId | String | The unique user-defined id |
