Deribit · Schema

Kind With Any

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

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

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