请求接口
/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位时间戳 |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": [{
"chain_tag": "",
"from_address": "0xe2de2ae4aa64bcc85ef159356ead8aad87f8c28b",
"to_address": "0x044eefb0d6d97a87a381b60800e084c712c6ea11",
"confirm": 0,
"coin_out_status": 0,
"num": "55.0000000000",
"txid": "",
"status": "success",
"item_id": 10007,
"type": 1,
"user_id": 10000007707,
"create_time": 1575130609,
"exchange_type": 1,
"remark": "",
"network_fee": "0.0000000000",
"risk_coin_status": 1,
"risk_level": 1
}],
"seconds": 1634068932,
"microtime": 1634068932808
}