Deribit · Schema

Currency With Any

Currency name or `"any"` if don't care

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

currency_with_any.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/currency_with_any.json",
  "title": "Currency With Any",
  "enum": [
    "BTC",
    "ETH",
    "USDC",
    "USDT",
    "EURR",
    "any"
  ],
  "type": "string",
  "description": "Currency name or `\"any\"` if don't care"
}