Generate Deposit Address
Account
Generate Deposit Address
Generate a USDT deposit address to fund your Fyatu business wallet. POST /account/deposit-address.
POST
Generate Deposit 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
Generate a deposit address for receiving cryptocurrency. Select your preferred currency (USDT or USDC) and network (TRON, ETH, BSC, etc.).Supported Currencies
| Currency | Description |
|---|---|
USDT | Tether USD |
USDC | USD Coin |
Supported Networks
| Network | Address Type | Compatible Currencies |
|---|---|---|
TRON | TRC20 | USDT, USDC |
ETH | ERC20 | USDT, USDC |
BSC | BEP20 | USDT, USDC |
POLYGON | ERC20 | USDT, USDC |
ARBITRUM | ERC20 | USDT, USDC |
AVALANCHE | ERC20 | USDT, USDC |
Networks are grouped by address format. TRC20 addresses work only on TRON. ERC20/BEP20 addresses use the same format and work on all EVM-compatible chains (ETH, BSC, Polygon, Arbitrum, Avalanche).
Address Reuse
If you already have an address for the requested address type (TRC20 or ERC20), the existing address is returned instead of generating a new one. The response includesisNew: false in this case.
Example Usage
Compatible Networks
The response includes acompatibleNetworks array showing which networks can use this address:
- TRC20: Only
["TRON"] - ERC20:
["ETH", "BSC", "POLYGON", "ARBITRUM", "AVALANCHE"]
Authorizations
JWT access token obtained from /auth/token
Body
application/json

