请求接口
/ThirdApi/Assets/depositWithdrawList
| 参数 |
是否必传 |
类型 |
说明 |
| token |
是 |
string |
用户token |
| type |
是 |
int |
1 充币 2提币 |
| item_id |
否 |
int |
币种ID 例如 10007 |
| limit |
否 |
int |
查询条数,默认返回200条 |
| start_time |
否 |
int |
查询起始10位时间戳 |
| end_time |
否 |
int |
查询结束10位时间戳 |
| is_extend |
否 |
int |
是否返回用户扩展信息,默认不返回 |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": [{
"chain_tag": "trc20",
"from_address": "THpzPbaqEufjavbwbMxs542m8HR24TpcQ8",
"to_address": "TQewZHjgZdCsJ4diPyn9p9JTM5C65jis8H",
"confirm": 0,
"coin_out_status": 1,
"num": "15.0000000000",
"txid": "",
"status": "faild",
"item_id": 10007,
"type": 2,
"user_id": 10000008436,
"create_time": 1752047875,
"update_time": 1752201545,
"exchange_type": 2,
"remark": "",
"network_fee": "1.0000000000",
"aml_type": 2,
"opposite_user_id": 0,
"coin": "usdt",
"risk_coin_status": 1,
"risk_level": 1,
"valuation": {
"usd": "15.00",
"cny": "101.65",
"hkd": "117.54",
"aed": "55.09",
"jpy": "2405.71",
"krw": "22923.97",
"usdt": "15.00",
"cnye": "0.00"
},
"extends": {
"client_user_id": "third_10000008436",
"opposite_client_user_id": ""
},
"exchange_id": 632693734
}],
"seconds": 1634068932,
"microtime": 1634068932808
}