Withdrawals
Submit withdrawals and read withdrawal history.
/api/v1/withdrawWeight: 10TRADEWithdraw an asset to an external address. This endpoint requires the Withdraw permission on your API key, which is disabled by default.
| Parameter | Type | Required | Description |
|---|---|---|---|
| asset | STRING | Yes | The coin to withdraw |
| network | STRING | Yes | The network to send on |
| address | STRING | Yes | The destination address |
| memo | STRING | No | Memo or tag, if the destination requires one |
| amount | DECIMAL | Yes | Amount to withdraw |
| timestamp | LONG | Yes | Request time in ms |
/api/v1/withdraw/historyWeight: 10USER_DATAList past withdrawals with their status, fee and transaction id. Statuses progress from PROCESSING to SUCCESS, or to FAILED if the transfer could not be completed.