Deribit · Schema

Getlistcustodyaccounts200Response

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

GetlistCustodyAccounts200response.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/GetlistCustodyAccounts200response.json",
  "title": "Getlistcustodyaccounts200Response",
  "allOf": [
    {
      "$ref": "#/components/schemas/ErrorResponse"
    },
    {
      "properties": {
        "result": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/custody_account"
          }
        }
      }
    }
  ]
}