Deribit · Schema

Cod Scope

Informs if Cancel on Disconnect was checked for the current connection or the account

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

cod_scope.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/cod_scope.json",
  "title": "Cod Scope",
  "enum": [
    "connection",
    "account"
  ],
  "type": "string",
  "description": "Informs if Cancel on Disconnect was checked for the current connection or the account"
}