Deribit · Schema

Kind Future Or Option With Any

Instrument kind: `"future"`, `"option"` or `"any"` for all

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

kind_future_or_option_with_any.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/kind_future_or_option_with_any.json",
  "title": "Kind Future Or Option With Any",
  "enum": [
    "future",
    "option",
    "any"
  ],
  "type": "string",
  "description": "Instrument kind: `\"future\"`, `\"option\"` or `\"any\"` for all"
}