Deribit · Schema

Combo Leg

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
instrument_name object
amount object
View JSON Schema on GitHub

JSON Schema

combo_leg.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/combo_leg.json",
  "title": "Combo Leg",
  "properties": {
    "instrument_name": {
      "$ref": "#/components/schemas/instrument_name"
    },
    "amount": {
      "$ref": "#/components/schemas/combo_leg_amount"
    }
  },
  "type": "object"
}