Name | Type | Description | Notes |
---|---|---|---|
updated_timestamp | int | The timestamp (seconds since the Unix epoch, with millisecond precision) | |
fee | float | Fee in currency | [optional] |
confirmed_timestamp | int | The timestamp (seconds since the Unix epoch, with millisecond precision) of withdrawal confirmation, `null` when not confirmed | [optional] |
amount | float | Amount of funds in given currency | |
priority | float | Id of priority level | [optional] |
currency | str | Currency, i.e `"BTC"`, `"ETH"` | |
state | str | Withdrawal state, allowed values : `unconfirmed`, `confirmed`, `cancelled`, `completed`, `interrupted`, `rejected` | |
address | str | Address in proper format for currency | |
created_timestamp | int | The timestamp (seconds since the Unix epoch, with millisecond precision) | [optional] |
id | int | Withdrawal id in Deribit system | [optional] |
transaction_id | str | Transaction id in proper format for currency, `null` if id is not available |