请求接口
/Assets/depositWithdrawList
| 参数 | 是否必传 | 类型 | 说明 | 
| item_id | 否 | int | 币种ID 例如:10007 | 
| from_address | 否 | sting | 来源地址 | 
| to_address | 否 | sting | 目标地址 | 
| type | 否 | sting | 1 充2 提 | 
| start_time | 否 | sting | 开始时间戳 | 
| end_time | 否 | sting | 截止时间戳 | 
{
    "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": "三方用户提币地址" 
    },
      {
        "ua_id": 568,
        "user_id": 10000007707,
        "client_user_id": "123456",
        "item_id": 10007,
        "address": "0x1071fdff6aa32e2cfe9fbb3ce68ff4013abc9bc3",
        "qrcode_url": "",
        "chain_tag": "erc20",
        "remark": "三方用户提币地址"
      }
    ],
    "seconds": 1634061549,
    "microtime": 1634061549422
}