Deribit · Schema

Security Key Type

Security Key type

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

security_key_type.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/security_key_type.json",
  "title": "Security Key Type",
  "enum": [
    "tfa",
    "u2f"
  ],
  "type": "string",
  "description": "Security Key type"
}