Deribit · Schema

Quote Asks

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
View JSON Schema on GitHub

JSON Schema

quote_asks.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/quote_asks.json",
  "title": "Quote Asks",
  "items": {
    "properties": {
      "makers": {
        "type": "array",
        "items": {
          "type": "string",
          "description": "Maker of the quote"
        }
      },
      "price": {
        "type": "number",
        "description": "Price of a quote"
      },
      "last_update_timestamp": {
        "type": "integer",
        "example": 1536569522277,
        "description": "Timestamp of the last update of the quote (milliseconds since the UNIX epoch)"
      },
      "execution_instruction": {
        "type": "string",
        "enum": [
          "any_part_of",
          "all_or_none"
        ],
        "description": "Execution instruction of the quote. Default - `any_part_of`\n\n- `\"all_or_none (AON)\"` - The quote can only be filled entirely or not at all, ensuring that its amount matches the amount specified in the Block RFQ. Additionally, 'all_or_none' quotes have priority over 'any_part_of' quotes at the same price level.\n- `\"any_part_of (APO)\"` - The quote can be filled either partially or fully, with the filled amount potentially being less than the Block RFQ amount."
      },
      "amount": {
        "type": "number",
        "description": "This value multiplied by the ratio of a leg gives trade size on that leg."
      },
      "expires_at": {
        "type": "integer",
        "example": 1745312540321,
        "description": "The timestamp when the quote expires (milliseconds since the Unix epoch), equal to the earliest expiry of placed quotes"
      }
    },
    "type": "object"
  },
  "type": "array"
}

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/quote_asks"
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.