Deribit · Schema

Withdrawal Policy Limit Buckets

Withdrawal Policy limit bucket

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
small object
secure object
View JSON Schema on GitHub

JSON Schema

withdrawal_policy_limit_buckets.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/withdrawal_policy_limit_buckets.json",
  "title": "Withdrawal Policy Limit Buckets",
  "properties": {
    "small": {
      "$ref": "#/components/schemas/amount"
    },
    "secure": {
      "$ref": "#/components/schemas/amount"
    }
  },
  "type": "object",
  "description": "Withdrawal Policy limit bucket"
}