Deribit · Schema

Pme Currency

The currency for which the Extended Risk Matrix will be calculated. Use `CROSS` for Cross Collateral simulation.

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

pme_currency.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/pme_currency.json",
  "title": "Pme Currency",
  "enum": [
    "BTC",
    "ETH",
    "USDC",
    "USDT",
    "CROSS"
  ],
  "type": "string",
  "description": "The currency for which the Extended Risk Matrix will be calculated. Use `CROSS` for Cross Collateral simulation."
}