Deribit · Schema

Withdrawal Policy Category

Withdrawal Policy category, i.e. `"small"`, `"secure"`

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

withdrawal_policy_category.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/withdrawal_policy_category.json",
  "title": "Withdrawal Policy Category",
  "enum": [
    "small",
    "secure"
  ],
  "type": "string",
  "description": "Withdrawal Policy category, i.e. `\"small\"`, `\"secure\"`"
}