Deribit · Schema

Withdrawal Policy Limit Bucket

Withdrawal Policy limit bucket, i.e. `"h24"`

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

withdrawal_policy_limit_bucket.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/withdrawal_policy_limit_bucket.json",
  "title": "Withdrawal Policy Limit Bucket",
  "enum": [
    "h24"
  ],
  "type": "string",
  "description": "Withdrawal Policy limit bucket, i.e. `\"h24\"`"
}