Skip to content

Files

Latest commit

56be011 · May 20, 2019

History

History
23 lines (18 loc) · 1.45 KB

Withdrawal.md

File metadata and controls

23 lines (18 loc) · 1.45 KB

Org.OpenAPITools.Model.Withdrawal

Properties

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

[Back to Model list] [Back to API list] [Back to README]