Create withdrawal request
Withdrawal
Create withdrawal request
POST
Create withdrawal request
Authorizations
Pass your API token in the token request header.
Body
application/json
Amount to withdraw
Example:
"100.00"
Available options:
trx, eth, bnb, sol Example:
"trx"
Available options:
USDT, USDC, ETH, TRX, BNB, SOL Example:
"USDT"
Available options:
user, exchange Example:
"exchange"
Request ID in your system
Example:
"client_request_10001"
Recipient wallet
Example:
"TVx9EXAMPLE1bC"
Comment to withdraw request (max length = 160)
Example:
"Client withdrawal"
Sender wallet (required param for sender = user). For sender = exchange - ignore this param.
Example:
"TQv5pEXAMPLE9xA"
Default: fee_included=true. If fee_included is not specified or fee_included=true, the transfer fee will be deducted from the amount
Example:
true