Deribit · Schema

Index Name Derivative

Index identifier of derivative instrument on the platform

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

index_name_derivative.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/index_name_derivative.json",
  "title": "Index Name Derivative",
  "enum": [
    "btc_usd",
    "eth_usd",
    "btc_usdc",
    "eth_usdc",
    "ada_usdc",
    "algo_usdc",
    "avax_usdc",
    "bch_usdc",
    "bnb_usdc",
    "doge_usdc",
    "dot_usdc",
    "link_usdc",
    "ltc_usdc",
    "near_usdc",
    "paxg_usdc",
    "shib_usdc",
    "sol_usdc",
    "ton_usdc",
    "trx_usdc",
    "trump_usdc",
    "uni_usdc",
    "xrp_usdc",
    "usde_usdc",
    "buidl_usdc",
    "btcdvol_usdc",
    "ethdvol_usdc",
    "btc_usdt",
    "eth_usdt",
    "all"
  ],
  "type": "string",
  "description": "Index identifier of derivative instrument on the platform"
}