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) |