Deribit · Schema

Withdrawal State

Withdrawal state, allowed values : `unconfirmed`, `confirmed`, `cancelled`, `completed`, `interrupted`, `rejected`

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

withdrawal_state.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/withdrawal_state.json",
  "title": "Withdrawal State",
  "enum": [
    "unconfirmed",
    "confirmed",
    "cancelled",
    "completed",
    "interrupted",
    "rejected"
  ],
  "type": "string",
  "description": "Withdrawal state, allowed values : `unconfirmed`, `confirmed`, `cancelled`, `completed`, `interrupted`, `rejected`"
}