Enable WithdrawalEnable Whitelisted Address Checking{
"amount": 10.2,
"coinSymbol": "USDT",
"memo": 82486739,
"network": "ETH",
"requestId": "string",
"timestamp": 1640995200000,
"walletId": 1325589336357780500,
"withdrawalAddress": "0x25adb98b6dacd3a8bfeec5a321daa879b401eab3",
"toWalletIdStr": "string",
"customizeFeeAmount": "string"
}curl --location --request POST '/open-api/v1/wallet/withdrawal' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 10.2,
"coinSymbol": "USDT",
"memo": 82486739,
"network": "ETH",
"requestId": "string",
"timestamp": 1640995200000,
"walletId": 1325589336357780500,
"withdrawalAddress": "0x25adb98b6dacd3a8bfeec5a321daa879b401eab3",
"toWalletIdStr": "string",
"customizeFeeAmount": "string"
}'{
"data": {
"orderViewId": "23193685259147473522080001",
"status": 10,
"transferType": 20
},
"code": "000000",
"message": "Success"