Get Wallet
Account
Get Wallet
Get your Fyatu business wallet balance and currency details. GET /account/wallet.
GET
Get Wallet
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
Retrieve your business wallet information including:- Balance: Available, hold, and total amounts in USD
- Deposit Addresses: TRC20 and ERC20 addresses for receiving crypto deposits
- Withdrawal Address: Your configured USDT withdrawal destination
Response Details
Balance Object
| Field | Type | Description |
|---|---|---|
available | number | Balance available for use (total - hold) |
hold | number | Amount currently on hold for pending operations |
total | number | Total account balance |
currency | string | Always USD |
Deposit Addresses
The deposit object contains:- TRC20 Address: For deposits on TRON network
- ERC20 Address: For deposits on ETH, BSC, Polygon, Arbitrum, Avalanche networks
If you don’t have a deposit address yet, use the Generate Deposit Address endpoint to create one.
Withdrawal Address
Returnsnull if no withdrawal address is configured. Otherwise includes:
| Field | Type | Description |
|---|---|---|
address | string | The USDT wallet address |
network | string | TRC20 or ERC20 |
isVerified | boolean | Whether the address is verified for withdrawals |
addedAt | datetime | When the address was registered |

