Register a withdrawal address for USDT or USDC on supported networks. If an address already exists, returns the existing address. Delete existing address first to set a new one.
| Currency | Description |
|---|---|
USDT | Tether USD (default) |
USDC | USD Coin |
| Network | Address Format | Description |
|---|---|---|
TRON | Starts with T, 34 characters | TRC20 - Low fees, recommended |
ETH | Starts with 0x, 42 characters | Ethereum mainnet |
BSC | Starts with 0x, 42 characters | BNB Smart Chain |
POLYGON | Starts with 0x, 42 characters | Polygon network |
ARBITRUM | Starts with 0x, 42 characters | Arbitrum One |
AVALANCHE | Starts with 0x, 42 characters | Avalanche C-Chain |
| Field | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Crypto wallet address |
currency | string | No | USDT (default) or USDC |
network | string | No | TRON (default), ETH, BSC, POLYGON, ARBITRUM, or AVALANCHE |
DELETE /account/withdrawal-address to remove the current one first.
isVerified: false). Verification may be required before processing large withdrawals.JWT access token obtained from /auth/token