Deribit · Schema

Withdrawal Policy Mode

Withdrawal Policy mode, i.e. `"manual"`, `"automated"`, `"suspended"`

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

withdrawal_policy_mode.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/withdrawal_policy_mode.json",
  "title": "Withdrawal Policy Mode",
  "enum": [
    "manual",
    "automated",
    "suspended"
  ],
  "type": "string",
  "description": "Withdrawal Policy mode, i.e. `\"manual\"`, `\"automated\"`, `\"suspended\"`"
}