apikey: ********************
curl --location --request GET 'https://api.aio.cash/withdraw/tx?id' \
--header 'apikey;'
{
"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"
}
}