Deribit · Schema

Vasp Item

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
did object
jurisdictions object
name object
View JSON Schema on GitHub

JSON Schema

vasp_item.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/vasp_item.json",
  "title": "Vasp Item",
  "properties": {
    "did": {
      "$ref": "#/components/schemas/did"
    },
    "jurisdictions": {
      "$ref": "#/components/schemas/jurisdictions"
    },
    "name": {
      "$ref": "#/components/schemas/vasp_name"
    }
  },
  "required": [
    "did",
    "name"
  ],
  "type": "object"
}