Deribit · Schema

Transfer Type

Type of transfer: `user` - sent to user, `subaccount` - sent to subaccount

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

transfer_type.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/transfer_type.json",
  "title": "Transfer Type",
  "enum": [
    "user",
    "subaccount"
  ],
  "type": "string",
  "description": "Type of transfer: `user` - sent to user, `subaccount` - sent to subaccount"
}