Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.51 KB

Instrument.md

File metadata and controls

25 lines (20 loc) · 1.51 KB

Org.OpenAPITools.Model.Instrument

Properties

Name Type Description Notes
QuoteCurrency string The currency in which the instrument prices are quoted.
Kind string Instrument kind, `"future"` or `"option"`
TickSize decimal? specifies minimal price change and, as follows, the number of decimal places for instrument prices
ContractSize int? Contract size for instrument
IsActive bool? Indicates if the instrument can currently be traded.
OptionType string The option type (only for options) [optional]
MinTradeAmount decimal? Minimum amount for trading. For perpetual and futures - in USD units, for options it is amount of corresponding cryptocurrency contracts, e.g., BTC or ETH.
InstrumentName string Unique instrument identifier
SettlementPeriod string The settlement period.
Strike decimal? The strike value. (only for options) [optional]
BaseCurrency string The underlying currency being traded.
CreationTimestamp int? The time when the instrument was first created (milliseconds)
ExpirationTimestamp int? The time when the instrument will expire (milliseconds)

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