POST withdraw/tx
GET withdraw/tx
id
/supported_assets
apikey: ********************
{ "chain": "ETHEREUM", "token": "ETH", "to_addr": "0x0Ebc5B1dcEB734e8ba6903FeF3d07eb0Fda5e43b", "amount": 0, "remarks": "string" }
curl --location --request POST 'https://api.aio.cashwithdraw/tx/direct' \ --header 'Content-Type: application/json' \ --header 'apikey;' \ --data-raw '{ "chain": "ETHEREUM", "token": "ETH", "to_addr": "0x0Ebc5B1dcEB734e8ba6903FeF3d07eb0Fda5e43b", "amount": 0, "remarks": "string" }'
{ "success": "true", "msg": "ok", "data": "string" }