请求接口
/Assets/depositWithdrawInfo
| 参数 |
是否必传 |
类型 |
说明 |
| exchange_id |
否 |
int |
平台提币订单ID 与remark参数必须选传一个 |
| remark |
否 |
string |
提币备注 与exchange_id参数必须选传一个 |
| is_extend |
否 |
int |
是否返回用户扩展信息,默认不返回 |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": {
"chain_tag": "trc20",
"from_address": "TPi3KDmu6Y55VidjVR49z81Cnp1ZLfRShM",
"to_address": "TNrLLtjGfPySmb2N3f9UybYYE8SzdhBrr4",
"confirm": 0,
"coin_out_status": 1,
"num": "1000.0000000000",
"txid": "1473370378f21efa42ce0010bc173a99ab1277a73234df491535b333b2d3e251",
"status": "waiting",
"item_id": 10007,
"type": 1,
"user_id": 10000008436,
"create_time": 1778233792,
"exchange_type": 2,
"remark": "",
"network_fee": "0.0000000000",
"opposite_user_id": 0,
"coin": "usdt",
"extends": {
"client_user_id": "third_10000008436",
"opposite_client_user_id": ""
},
"exchange_id": 632695558
},
"seconds": 1634068932,
"microtime": 1634068932808
}