Deribit · Schema

Bids

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

bids.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/bids.json",
  "title": "Bids",
  "items": {
    "items": {
      "type": "number"
    },
    "minItems": 2,
    "maxItems": 2,
    "type": "array",
    "description": "List of bids (price-amount pairs)"
  },
  "type": "array"
}