Deribit · Schema

Trade Allocations

List of allocations for Block RFQ pre-allocation. Allows to split amount between different (sub)accounts or broker clients. Each allocation must specify either `user_id` (for direct allocation) or `client_info` object (for broker allocation), and amount. Visible only to the taker.

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

trade_allocations.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/trade_allocations.json",
  "title": "Trade Allocations",
  "items": {
    "properties": {
      "user_id": {
        "type": "integer",
        "description": "User ID to allocate part of the RFQ amount. For brokers the User ID is obstructed."
      },
      "client_info": {
        "type": "object",
        "properties": {
          "client_id": {
            "type": "integer",
            "description": "ID of a client; available to broker. Represents a group of users under a common name."
          },
          "client_link_id": {
            "type": "integer",
            "description": "ID assigned to a single user in a client; available to broker."
          },
          "name": {
            "type": "string",
            "description": "Name of the linked user within the client; available to broker."
          }
        },
        "description": "Client allocation info for brokers."
      },
      "amount": {
        "type": "number",
        "description": "Amount allocated to this user or client."
      }
    },
    "type": "object"
  },
  "type": "array",
  "description": "List of allocations for Block RFQ pre-allocation. Allows to split amount between different (sub)accounts or broker clients. Each allocation must specify either `user_id` (for direct allocation) or `client_info` object (for broker allocation), and amount. Visible only to the taker."
}

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/trade_allocations"
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 email required.

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