Deribit · Schema

Currency With Any And Grouped

Currency name or `"any"` if don't care or `"grouped"` if grouped by currencies

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

currency_with_any_and_grouped.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/currency_with_any_and_grouped.json",
  "title": "Currency With Any And Grouped",
  "enum": [
    "BTC",
    "ETH",
    "USDC",
    "SOL",
    "USDT",
    "EURR",
    "XRP",
    "STETH",
    "USYC",
    "PAXG",
    "BNB",
    "USDE",
    "any",
    "grouped"
  ],
  "type": "string",
  "description": "Currency name or `\"any\"` if don't care or `\"grouped\"` if grouped by currencies"
}