Name | Type | Description | Notes |
---|---|---|---|
UpdatedTimestamp | int? | The timestamp (seconds since the Unix epoch, with millisecond precision) | |
Fee | decimal? | Fee in currency | [optional] |
ConfirmedTimestamp | int? | The timestamp (seconds since the Unix epoch, with millisecond precision) of withdrawal confirmation, `null` when not confirmed | [optional] |
Amount | decimal? | Amount of funds in given currency | |
Priority | decimal? | Id of priority level | [optional] |
Currency | string | Currency, i.e `"BTC"`, `"ETH"` | |
State | string | Withdrawal state, allowed values : `unconfirmed`, `confirmed`, `cancelled`, `completed`, `interrupted`, `rejected` | |
Address | string | Address in proper format for currency | |
CreatedTimestamp | int? | The timestamp (seconds since the Unix epoch, with millisecond precision) | [optional] |
Id | int? | Withdrawal id in Deribit system | [optional] |
TransactionId | string | Transaction id in proper format for currency, `null` if id is not available |