Deribit · Schema

Currency Address Type

Address type acording to Notabene

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

currency_address_type.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/currency_address_type.json",
  "title": "Currency Address Type",
  "enum": [
    "HOSTED",
    "UNHOSTED",
    "UNKNOWN"
  ],
  "example": "HOSTED",
  "type": "string",
  "description": "Address type acording to Notabene"
}