request interface
/Assets/depositWithdrawList
Parameter |
Required |
Type |
Notes |
item_id |
No |
int |
Currency ID For example: 10007 |
from_address |
No |
sting |
from address |
to_address |
No |
sting |
to address |
type |
No |
sting |
1 = deposit, 2 = withdraw |
start_time |
No |
sting |
start timestamp |
end_time |
No |
sting |
cut off timestamp |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": [{
"ua_id": 569,
"user_id": 10000007707,
"client_user_id": "123456",
"item_id": 10007,
"address": "0x1071fdff6aa32e2cfe9fbb3ce68ff4013abc9bc3",
"qrcode_url": "",
"chain_tag": "erc20",
"remark": "Third party user withdrawal address"
},
{
"ua_id": 568,
"user_id": 10000007707,
"client_user_id": "123456",
"item_id": 10007,
"address": "0x1071fdff6aa32e2cfe9fbb3ce68ff4013abc9bc3",
"qrcode_url": "",
"chain_tag": "erc20",
"remark": "Third party user withdrawal address"
}
],
"seconds": 1634061549,
"microtime": 1634061549422
}