| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Record ID | [optional] [readonly] |
| Txid | string | Hash record of the withdrawal | [optional] [readonly] |
| BlockNumber | string | Block Number | [optional] [readonly] |
| WithdrawOrderId | string | Client order id, up to 32 length and can only include 0-9, A-Z, a-z, underscore(_), hyphen(-) or dot(.) | [optional] |
| Timestamp | string | Operation time | [optional] [readonly] |
| Amount | string | Token amount | |
| Fee | string | fee | [optional] [readonly] |
| Currency | string | Currency name | |
| Address | string | Withdrawal address | [optional] |
| FailReason | string | Reason for withdrawal failure. Has a value when status = CANCEL, empty for all other statuses | [optional] |
| Timestamp2 | string | Withdrawal final time, i.e.: withdrawal cancellation time or withdrawal success time When status = CANCEL, corresponds to cancellation time When status = DONE and block_number > 0, it is the withdrawal success time | [optional] |
| Memo | string | Additional remarks with regards to the withdrawal | [optional] |
| Status | string | Transaction status - DONE: Completed (block_number > 0 is considered to be truly completed) - CANCEL: Canceled - REQUEST: Requesting - MANUAL: Pending manual review - BCODE: Recharge code operation - EXTPEND: Sent awaiting confirmation - FAIL: Failure on the chain awaiting confirmation - INVALID: Invalid order - VERIFY: Verifying - PROCES: Processing - PEND: Processing - DMOVE: pending manual review - REVIEW: Under review | [optional] [readonly] |
| Chain | string | Name of the chain used in withdrawals |