Skip to main content

Apply for withdrawal

POST https://openapi.idax.exchange/sapi/v1/withdraw/apply

Headers

NameTypeDescription
X-CH-APIKEY*StringYour API-key
X-CH-SIGN*StringSign
X-CH-TS*Integertimestamp

Request Body

NameTypeDescription
withdrawOrderId*StringCustom withdrawal id, guaranteed to be unique
amount*Stringquantity
address*StringWithdrawal address
labelStringSome currencies such as XRP, XMR allow filling of secondary address labels
symbolStringcurrency name,For coins that support multiple mainchains, the actual currency name needs to be transmitted, as shown in Appendix 1
{
    "code":"Ѳ",//Return code, 0 for success, other failures
    "msg":"sucess",//returned messages
    "data":{
        "id":518353 //Platform withdrawal id
    }
}
weight(IP/UID): 100

Withdrawal record query

POST https://openapi.idax.exchange/sapi/v1/withdraw/query

Headers

NameTypeDescription
X-CH-APIKEY*StringYour API-key
X-CH-SIGN*StringSign
X-CH-TS*Stringtimestamp

Request Body

NameTypeDescription
symbolStringCurrency Name, For coins that support multiple mainchains, the actual currency name needs to be transmitted, as shown in Appendix 1
withdrawIdStringPlatform withdrawal id
withdrawOrderIdStringCustom withdrawal id
startTimeStringStart time, timestamp, default 90 days ago
endTimeStringend time, timestamp, default current time
pageStringPage number, starting at 1
{
    "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
    }
}
weight(IP/UID): 100

Responses

ParameterTypeExampleRemark
symbolStringUSDTWithdrawal currency
amountNumber9.99quantity
addressStringTFFrjNfBAagmFWypE3Hnv6zPKAFhd3VcDfWithdrawal address
withdrawOrderIdStringabc123Custom withdrawal id
feeNumber0.01fee
ctimeNumber1605585397000creation time
txIdString749864_20201117115930Withdrawal transaction id
idNumber749864Platform withdrawal id
applyTimeNumber1605585397000On-chain time
statusNumber2Withdrawal status, 0-unapproved, 1-approved, 2-approved rejected, 3-payment, 4-payment failed, 5-completed, 6-revoked
infoStringWithdrawal address errorReview rejection reasons