请求接口
/ThirdApi/Assets/depositWithdrawInfo
| 参数 |
是否必传 |
类型 |
说明 |
| token |
是 |
string |
用户token |
| exchange_id |
否 |
int |
平台提币订单ID 与remark参数必须选传一个 |
| remark |
否 |
string |
提币备注 与exchange_id参数必须选传一个 |
| is_extend |
否 |
int |
是否返回用户扩展信息,默认不返回 |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": {
"extra_id": 9053028697201160000,
"chain_tag": "trc20",
"from_address": "0xe2de2ae4aa64bcc85ef159356ead8aad87f8c28b",
"to_address": "0x044eefb0d6d97a87a381b60800e084c712c6ea11",
"confirm": 0,
"coin_out_status": 4,
"num": "111.0000000000",
"txid": "",
"status": "waiting",
"item_id": 10007,
"type": 2,
"user_id": 10000008436,
"create_time": 1778746371,
"update_time": 1778746382,
"exchange_type": 1,
"remark": "",
"network_fee": "0.0000000000",
"opposite_user_id": 10000007740,
"coin": "usdt",
"risk_coin_status": 1,
"risk_level": 1,
"valuation": {
"usd": "111.00",
"cny": "752.00",
"hkd": "869.86",
"aed": "407.71",
"jpy": "17802.29",
"krw": "169613.01",
"usdt": "111.00",
"cnye": "0.00"
},
"extends": {
"client_user_id": "third_10000008436",
"opposite_client_user_id": "third_10000007747"
},
"exchange_id": 632695574
},
"seconds": 1781076987,
"microtime": 1781076987205,
"unique_id": "6a2913fb1b1bb82747787"
}