apikey: ********************
{
"chain": "ETHEREUM",
"token": "ETH",
"to_addr": "0x0Ebc5B1dcEB734e8ba6903FeF3d07eb0Fda5e43b",
"amount": 0,
"remarks": "string"
}
curl --location --request POST 'https://api.aio.cash/withdraw/tx' \
--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": {
"id": 0,
"chain": "ETHEREUM",
"token": "ETH",
"amount": "0.009981",
"status": "INACTIVE",
"remarks": "string",
"created_at": "2023-12-25T12:00:00+00:00",
"modified_at": "2023-12-25T12:00:00+00:00"
}
}