Deribit · Schema

Quote Direction

Direction of trade from the maker perspective

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

quote_direction.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/quote_direction.json",
  "title": "Quote Direction",
  "enum": [
    "buy",
    "sell"
  ],
  "type": "string",
  "description": "Direction of trade from the maker perspective"
}