Deribit · Schema

Block Rfq Currency

Currency, i.e `"BTC"`, `"ETH"`, `"USDC"`

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

block_rfq_currency.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/block_rfq_currency.json",
  "title": "Block Rfq Currency",
  "enum": [
    "BTC",
    "ETH",
    "USDC",
    "USDT",
    "any"
  ],
  "type": "string",
  "description": "Currency, i.e `\"BTC\"`, `\"ETH\"`, `\"USDC\"`"
}