Deribit · Schema

Settlement 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

settlement_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/settlement_currency_with_any_and_grouped.json",
  "title": "Settlement Currency With Any And Grouped",
  "enum": [
    "BTC",
    "ETH",
    "USDC",
    "USDT",
    "any",
    "grouped"
  ],
  "type": "string",
  "description": "Currency name or `\"any\"` if don't care or `\"grouped\"` if grouped by currencies"
}