curl --location --request GET 'https://api.aio.cash/v2/tx/sub-txs?search&bind_info&chain&token&type&status&st&et&sort&page&size'{
"success": true,
"msg": "ok",
"data": {
"sub_txid": "string",
"status": "Pending",
"chain": {},
"token": {},
"hash": "string",
"from_addr": "string",
"to_addr": "string",
"amount": 0,
"actual_amount": 0,
"fee": 0,
"gas": 0,
"created_at": "2019-08-24T14:15:22Z",
"tx_id": "string",
"type": {},
"bind_info": "string",
"total_fee": "string"
}
}