Register Withdrawal Address
Account
Register Withdrawal Address
Register a withdrawal destination address for your Fyatu business wallet. POST /account/withdrawal-address.
POST
Register Withdrawal Address
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Register a withdrawal address for receiving USDT or USDC payouts on supported networks. Only one withdrawal address can be active at a time. If an address already exists, returns the existing address.Supported Currencies
| Currency | Description |
|---|---|
USDT | Tether USD (default) |
USDC | USD Coin |
Supported Networks
| 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 |
Request Body
| 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 |
Example Request
If a withdrawal address already exists, this endpoint returns the existing address. To set a new address, you must first delete the current one.
Deleting Withdrawal Address
To change your withdrawal address, useDELETE /account/withdrawal-address to remove the current one first.
Verification Status
New withdrawal addresses start as unverified (isVerified: false). Verification may be required before processing large withdrawals.Authorizations
JWT access token obtained from /auth/token
Body
application/json

