Deribit · Schema

Pending Block Trade

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
nonce string Nonce that can be used to approve or reject pending block trade.
timestamp integer Timestamp that can be used to approve or reject pending block trade.
trades array
app_name string The name of the application that executed the block trade on behalf of the user (optional).
username string Username of the user who initiated the block trade.
role object
user_id object
broker_code string Broker code associated with the broker block trade.
broker_name string Name of the broker associated with the block trade.
state object State of the pending block trade for current user.
counterparty_state object State of the pending block trade for the other party (optional).
combo_id string Combo instrument identifier
View JSON Schema on GitHub

JSON Schema

pending_block_trade.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/pending_block_trade.json",
  "title": "Pending Block Trade",
  "properties": {
    "nonce": {
      "type": "string",
      "example": "bF1_gfgcsd",
      "description": "Nonce that can be used to approve or reject pending block trade."
    },
    "timestamp": {
      "type": "integer",
      "description": "Timestamp that can be used to approve or reject pending block trade."
    },
    "trades": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pending_block_trade"
      }
    },
    "app_name": {
      "type": "string",
      "example": "Example Application",
      "description": "The name of the application that executed the block trade on behalf of the user (optional)."
    },
    "username": {
      "type": "string",
      "example": "Trader",
      "description": "Username of the user who initiated the block trade."
    },
    "role": {
      "$ref": "#/components/schemas/role"
    },
    "user_id": {
      "$ref": "#/components/schemas/user_id"
    },
    "broker_code": {
      "type": "string",
      "example": "jpqYKgg1",
      "description": "Broker code associated with the broker block trade."
    },
    "broker_name": {
      "type": "string",
      "example": "Test Broker",
      "description": "Name of the broker associated with the block trade."
    },
    "state": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "enum": [
            "initial",
            "accepted",
            "rejected",
            "executed"
          ],
          "description": "State value."
        },
        "timestamp": {
          "type": "integer",
          "description": "State timestamp."
        }
      },
      "required": [
        "value",
        "timestamp"
      ],
      "description": "State of the pending block trade for current user."
    },
    "counterparty_state": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "enum": [
            "initial",
            "accepted",
            "rejected",
            "executed"
          ],
          "description": "State value."
        },
        "timestamp": {
          "type": "integer",
          "description": "State timestamp."
        }
      },
      "required": [
        "value",
        "timestamp"
      ],
      "description": "State of the pending block trade for the other party (optional)."
    },
    "combo_id": {
      "type": "string",
      "example": "BTC-CS-27JUN25-80000_85000",
      "description": "Combo instrument identifier"
    }
  },
  "required": [
    "nonce",
    "timestamp",
    "trades",
    "app_name",
    "role",
    "user_id",
    "state"
  ],
  "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/pending_block_trade"
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.