Deribit · Schema

Address Book Item

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
currency object
address object
creation_timestamp object
type object
label object
beneficiary_vasp_name object
beneficiary_vasp_did object
beneficiary_vasp_website object
beneficiary_first_name object
beneficiary_last_name object
beneficiary_company_name object
beneficiary_address object
agreed object
personal object
info_required object
status object
waiting_timestamp object
requires_confirmation object
requires_confirmation_change object
View JSON Schema on GitHub

JSON Schema

address_book_item.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/address_book_item.json",
  "title": "Address Book Item",
  "properties": {
    "currency": {
      "$ref": "#/components/schemas/wallet_currency"
    },
    "address": {
      "$ref": "#/components/schemas/currency_address"
    },
    "creation_timestamp": {
      "$ref": "#/components/schemas/timestamp"
    },
    "type": {
      "$ref": "#/components/schemas/address_book_type"
    },
    "label": {
      "$ref": "#/components/schemas/address_label"
    },
    "beneficiary_vasp_name": {
      "$ref": "#/components/schemas/beneficiary_vasp_name"
    },
    "beneficiary_vasp_did": {
      "$ref": "#/components/schemas/beneficiary_vasp_did"
    },
    "beneficiary_vasp_website": {
      "$ref": "#/components/schemas/beneficiary_vasp_website"
    },
    "beneficiary_first_name": {
      "$ref": "#/components/schemas/beneficiary_first_name"
    },
    "beneficiary_last_name": {
      "$ref": "#/components/schemas/beneficiary_last_name"
    },
    "beneficiary_company_name": {
      "$ref": "#/components/schemas/beneficiary_company_name"
    },
    "beneficiary_address": {
      "$ref": "#/components/schemas/beneficiary_address"
    },
    "agreed": {
      "$ref": "#/components/schemas/agree_to_share_with_3rd_party"
    },
    "personal": {
      "$ref": "#/components/schemas/personal_wallet"
    },
    "info_required": {
      "$ref": "#/components/schemas/address_info_required"
    },
    "status": {
      "$ref": "#/components/schemas/status"
    },
    "waiting_timestamp": {
      "$ref": "#/components/schemas/waiting_timestamp"
    },
    "requires_confirmation": {
      "$ref": "#/components/schemas/requires_confirmation"
    },
    "requires_confirmation_change": {
      "$ref": "#/components/schemas/requires_confirmation_change"
    }
  },
  "required": [
    "currency",
    "address",
    "creation_timestamp"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/address_book_item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.