Deribit · Schema

Portfolio

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
btc(example) object
View JSON Schema on GitHub

JSON Schema

portfolio.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/portfolio.json",
  "title": "Portfolio",
  "properties": {
    "btc(example)": {
      "$ref": "#/components/schemas/currency_portfolio"
    }
  },
  "type": "object"
}