Create a User Withdrawal
Body
Request to withdraw funds
amountstring · decimalRequired
Amount to withdraw, we support high precision due to certian tokens
currency_idstringRequired
Currency ID, which can be retrieved using supported currencies.
user_reference_idstringRequired
The unique user reference to identify a user for transaction tracking
wallet_addressstringRequired
Destination wallet address for withdrawal
Responses
200
User withdrawal
application/json
Response for withdraw request
amountstringRequired
Withdrawal amount
currencystringRequired
Currency name
requires_approvalbooleanOptional
Whether transaction requires approval
statusstringRequired
Transaction status
wallet_addressstringRequired
Destination wallet address
422
Validation error
application/json
post
/v1/user/withdrawLast updated