Deribit · Schema

Address Book Type

Address book type

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

address_book_type.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/address_book_type.json",
  "title": "Address Book Type",
  "enum": [
    "transfer",
    "withdrawal",
    "deposit_source"
  ],
  "type": "string",
  "description": "Address book type"
}