Request Withdrawal
Account
Request Withdrawal
Request a withdrawal from your Fyatu business wallet to a registered address. POST /account/withdraw.
POST
Request Withdrawal
Overview
Request a withdrawal to your registered withdrawal address. The withdrawal currency (USDT or USDC) and network are determined by your registered withdrawal address. The funds (amount + fee) are moved from your available balance to a hold balance pending confirmation, which can take up to 24 hours.Supported Currencies & Networks
Withdrawals support USDT and USDC on multiple networks:
The currency and network are set when you register your withdrawal address.
Prerequisites
Before requesting a withdrawal, you must:- Register a withdrawal address via
POST /account/withdrawal-address(specify currency and network) - Have your withdrawal address verified (automatic for valid addresses)
- Have sufficient available balance to cover amount + withdrawal fee
Request Body
How It Works
- Validation: System validates your withdrawal address is registered and verified
- Fee Calculation: Withdrawal fee is calculated based on your business fee configuration
- Balance Check: Ensures available balance >= amount + fee
- Limit Check: Validates against daily and monthly withdrawal limits
- Hold Funds: Moves total amount (amount + fee) from available balance to hold balance
- Create Transaction: Creates a PENDING withdrawal transaction record
Withdrawal Statuses
Example Usage
Error Responses
Authorizations
JWT access token obtained from /auth/token
Body
application/json
Amount to withdraw in USDT (before fee)
Required range:
x >= 0.01Example:
100

