请求接口
/Assets/depositWithdrawInfo
| 参数 | 是否必传 | 类型 | 说明 | 
| exchange_id | 否 | int | 平台提币订单ID 与remark参数必须选传一个 | 
| remark | 否 | string | 提币备注 与exchange_id参数必须选传一个 | 
{
    "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" 
    },
    "seconds": 1634068932,
    "microtime": 1634068932808
}