Apply for withdrawal
POST https://openapi.idax.exchange/sapi/v1/withdraw/apply
Headers
| Name | Type | Description |
|---|---|---|
| X-CH-APIKEY* | String | Your API-key |
| X-CH-SIGN* | String | Sign |
| X-CH-TS* | Integer | timestamp |
Request Body
| Name | Type | Description |
|---|---|---|
| withdrawOrderId* | String | Custom withdrawal id, guaranteed to be unique |
| amount* | String | quantity |
| address* | String | Withdrawal address |
| label | String | Some currencies such as XRP, XMR allow filling of secondary address labels |
| symbol | String | currency name,For coins that support multiple mainchains, the actual currency name needs to be transmitted, as shown in Appendix 1 |
Withdrawal record query
POST https://openapi.idax.exchange/sapi/v1/withdraw/query
Headers
| Name | Type | Description |
|---|---|---|
| X-CH-APIKEY* | String | Your API-key |
| X-CH-SIGN* | String | Sign |
| X-CH-TS* | String | timestamp |
Request Body
| Name | Type | Description |
|---|---|---|
| symbol | String | Currency Name, For coins that support multiple mainchains, the actual currency name needs to be transmitted, as shown in Appendix 1 |
| withdrawId | String | Platform withdrawal id |
| withdrawOrderId | String | Custom withdrawal id |
| startTime | String | Start time, timestamp, default 90 days ago |
| endTime | String | end time, timestamp, default current time |
| page | String | Page number, starting at 1 |
Responses
| Parameter | Type | Example | Remark |
|---|---|---|---|
| symbol | String | USDT | Withdrawal currency |
| amount | Number | 9.99 | quantity |
| address | String | TFFrjNfBAagmFWypE3Hnv6zPKAFhd3VcDf | Withdrawal address |
| withdrawOrderId | String | abc123 | Custom withdrawal id |
| fee | Number | 0.01 | fee |
| ctime | Number | 1605585397000 | creation time |
| txId | String | 749864_20201117115930 | Withdrawal transaction id |
| id | Number | 749864 | Platform withdrawal id |
| applyTime | Number | 1605585397000 | On-chain time |
| status | Number | 2 | Withdrawal status, 0-unapproved, 1-approved, 2-approved rejected, 3-payment, 4-payment failed, 5-completed, 6-revoked |
| info | String | Withdrawal address error | Review rejection reasons |