请求接口
/Assets/depositWithdrawList
| 参数 |
是否必传 |
类型 |
说明 |
| item_id |
否 |
int |
币种ID 例如:10007 |
| from_address |
否 |
sting |
来源地址 |
| to_address |
否 |
sting |
目标地址 |
| type |
否 |
sting |
1 充2 提 |
| start_time |
否 |
sting |
开始时间戳 |
| end_time |
否 |
sting |
截止时间戳 |
| is_extend |
否 |
int |
是否返回用户扩展信息,默认不返回 |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": [{
"chain_tag": "trc20",
"from_address": "TPd2K7bXdAmVZAhXy4nCoJ9teWLaWSHuho",
"to_address": "TBuewzfShUacG3T7C78P5oaQF8xV31iB79",
"confirm": 0,
"coin_out_status": 1,
"num": "999.9900000000",
"txid": "",
"status": "waiting",
"item_id": 10007,
"type": 2,
"user_id": 10000008436,
"create_time": 1777953361,
"exchange_type": 2,
"remark": "",
"network_fee": "0.0100000000",
"opposite_user_id": 0,
"coin": "usdt",
"extends": {
"client_user_id": "third_10000008436",
"opposite_client_user_id": ""
},
"exchange_id": 632695551
}],
"seconds": 1634061549,
"microtime": 1634061549422
}