post
https://api.connex.trade/api/v1/userWithdrawRecord/apply
Permission
- Applies to both primary user and trading portfolio's API Key.
- Permission: WITHDRAW.
Rate Limit
- no rate limit
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| accountId | Long | Y | Trade account ID or Portfolio ID |
| fromAccountType | String | Y | OKX, BINANCE |
| currency | String | Y | Currency |
| network | String | Y | Network |
| address | String | Y | Address |
| memo | String | N | 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. |
| amount | Double | Y | Quantity(minimum amount : 0.01 BTC ; 0.1 ETH ; 15 USDT ) |
| addressTag | String | N | Address tag is the label you entered for your address at ConneX, which is different than memo. |
| clientOrderId | String | N | The unique user-defined id |
Response
| Field name | Type | Remarks |
|---|---|---|
| data | Long | Withdraw id |
Details
1. API Key
| API Key | Permission |
|---|---|
| Trading Portfolio API Key: | Can only be used to withdraw from the Trading Portfolio associated with that API key. |
2. Account Type
| Exchange | from Account type |
|---|---|
| Trading Portfolio | BINANCE, OKX |
3. Network
- This field will only take effect in cross-exchange transfers.
- If you want to select a specific network to transfer, please select according to the following fields.
| Network Field |
|---|
| TRC20, BTC, ERC20, BSC, APT, ADA, ALGO, AVAXC, DOGE, EGLD, ETC, IOTA, KSM, NEO3, ONT, QTUM, THETA, XMR, ZEC, DOT, FTM, MATIC, SOL, OPTIMISM, ARBITRUM, RON, LTC, EOS, XRP, BOBA, FIL, CFX, BCH, NEAR |
