提现

提现

发起提现

POST https://openapi.xxx.xx/sapi/v1/withdraw/apply

Headers

Request Body

{
    "code":"Ѳ",//返回码,0代表成功,其他失败
    "msg":"sucess",//返回信息
    "data":{
        "id":518353 //提现id
    }
}

权重(IP/UID): 100

提现记录查询

POST https://openapi.xxx.xx/sapi/v1/withdraw/query

Headers

Request Body

{
    "code": "0",
    "msg": "成功",
    "data": {
        "withdrawList": [
            {
                "symbol": "TUSDT",
                "amount": 19.99999,
                "address": "TFFrjNfBAagmFWypE3Hnv6zPKAFhd3VcDf",
                "withdrawOrderId": "abc123",
                "fee": 0.00001,
                "ctime": 1605585397000,
                "txId": "749864_20201117115930",
                "id": 749864,
                "applyTime": 1666754820000,
                "status": 5,
                "info": ""
            },
            {
                "symbol": "TUSDT",
                "amount": 10.50999,
                "address": "TYsTiVVDU5VmnUPufzGD52CD1hSbPATT3Q",
                "withdrawOrderId": "abc456",
                "fee": 0.00001,
                "ctime": 1607089149000,
                "txId": "764294_20201204094130",
                "id": 764294,
                "applyTime": 1666754820000,
                "status": 5,
                "info": ""
            }
        ],
        "count": 2
    }
}

权重(IP/UID): 100

Responses

Last updated