| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Record ID | [optional] [readonly] |
| txid | String | Hash record of the withdrawal | [optional] [readonly] |
| timestamp | String | Record time | [optional] [readonly] |
| amount | String | Trade amount | |
| currency | String | Record currency | |
| address | String | Withdrawal address. Required for withdrawals | [optional] |
| memo | String | Extra withdrawal memo | [optional] |
| status | StatusEnum | Record status. - DONE: done - CANCEL: cancelled - REQUEST: requesting - MANUAL: waiting for manual approval - BCODE: GateCode operation | [optional] [readonly] |
| Name | Value |
|---|---|
| DONE | "DONE" |
| CANCEL | "CANCEL" |
| REQUEST | "REQUEST" |
| MANUAL | "MANUAL" |
| BCODE | "BCODE" |