Deribit · Schema

Combo

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
id object
instrument_id object
state object
state_timestamp object
creation_timestamp object
legs array
View JSON Schema on GitHub

JSON Schema

combo.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/combo.json",
  "title": "Combo",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/combo_id"
    },
    "instrument_id": {
      "$ref": "#/components/schemas/instrument_id"
    },
    "state": {
      "$ref": "#/components/schemas/combo_state"
    },
    "state_timestamp": {
      "$ref": "#/components/schemas/timestamp"
    },
    "creation_timestamp": {
      "$ref": "#/components/schemas/timestamp"
    },
    "legs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/combo_leg"
      }
    }
  },
  "type": "object"
}