API to create a crypto withdraw transaction record and provide the corresponding bank transfer record number.Upon receiving a withdrawal request, this API will initiate a transfer of all balance to of the specified cryptocurrency to the designated wallet address and notify the user once the transaction is completed.Before creating the transaction, the corresponding crypto withdrawal whitelist address must be added(From Add Whitelist Address).Withdrawal address will undergo a risk scan, and requests will be rejected if the address is identified as high-risk.
Request
Body Params text/plain
Example
Field
Type
Required
Max Length
Description
query
Object
Y
currency
String
Y
Fixed value: WUSD
amount
String
Y
20
withdraw currency account all balance, decimal scale: 2
addressId
Number
Y
2^63 - 1
From Get Whitelist Address Api Result
requestId
String
Y
64
A unique identifier for the request. If the same request is sent again with the same requestId, it will be rejected to prevent duplicate processing.