Deribit · Schema
Block Rfq For Maker
DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
Properties
| Name | Type | Description |
|---|---|---|
| creation_timestamp | integer | The timestamp when Block RFQ was created (milliseconds since the Unix epoch) |
| expiration_timestamp | integer | The timestamp when the Block RFQ will expire (milliseconds since the UNIX epoch) |
| block_rfq_id | integer | ID of the Block RFQ |
| role | string | Role of the user in Block RFQ |
| state | string | State of the Block RFQ |
| taker_rating | string | Rating of the taker |
| amount | number | This value multiplied by the ratio of a leg gives trade size on that leg. |
| min_trade_amount | number | Minimum amount for trading |
| legs | object | |
| hedge | object | |
| combo_id | object | |
| disclosed | boolean | Indicates whether the RFQ was created as non-anonymous, meaning taker and maker aliases are visible to counterparties. |
| taker | string | Taker alias. Present only when `disclosed` is `true`. |
| index_prices | array | |
| included_in_taker_rating | boolean | Indicates whether the RFQ is included in the taker's rating calculation. Present only for closed RFQs created by the requesting taker. |
| trades | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/deribit/json-schema/block_rfq_for_maker.json",
"title": "Block Rfq For Maker",
"properties": {
"creation_timestamp": {
"type": "integer",
"example": 1536569522277,
"description": "The timestamp when Block RFQ was created (milliseconds since the Unix epoch)"
},
"expiration_timestamp": {
"type": "integer",
"example": 1536569522277,
"description": "The timestamp when the Block RFQ will expire (milliseconds since the UNIX epoch)"
},
"block_rfq_id": {
"type": "integer",
"description": "ID of the Block RFQ"
},
"role": {
"type": "string",
"enum": [
"taker",
"maker"
],
"description": "Role of the user in Block RFQ"
},
"state": {
"type": "string",
"enum": [
"open",
"filled",
"cancelled",
"expired"
],
"description": "State of the Block RFQ"
},
"taker_rating": {
"type": "string",
"description": "Rating of the taker"
},
"amount": {
"type": "number",
"description": "This value multiplied by the ratio of a leg gives trade size on that leg."
},
"min_trade_amount": {
"type": "number",
"description": "Minimum amount for trading"
},
"legs": {
"$ref": "#/components/schemas/block_rfq_legs"
},
"hedge": {
"$ref": "#/components/schemas/block_rfq_hedge_leg"
},
"combo_id": {
"$ref": "#/components/schemas/combo_id"
},
"disclosed": {
"type": "boolean",
"description": "Indicates whether the RFQ was created as non-anonymous, meaning taker and maker aliases are visible to counterparties."
},
"taker": {
"type": "string",
"example": "TAKER1",
"description": "Taker alias. Present only when `disclosed` is `true`."
},
"index_prices": {
"type": "array",
"items": {
"type": "number",
"description": "A list of index prices for the underlying instrument(s) at the time of trade execution."
}
},
"included_in_taker_rating": {
"type": "boolean",
"description": "Indicates whether the RFQ is included in the taker's rating calculation. Present only for closed RFQs created by the requesting taker."
},
"trades": {
"type": "array",
"items": {
"type": "object",
"properties": {
"direction": {
"$ref": "#/components/schemas/direction"
},
"price": {
"$ref": "#/components/schemas/price"
},
"amount": {
"type": "number",
"description": "Trade amount. For options, linear futures, linear perpetuals and spots the amount is denominated in the underlying base currency coin. The inverse perpetuals and inverse futures are denominated in USD units."
},
"maker": {
"type": "string",
"description": "Alias of the maker (optional)"
},
"hedge_amount": {
"type": "number",
"description": "Amount of the hedge leg. For linear futures, linear perpetuals and spots the amount is denominated in the underlying base currency coin. The inverse perpetuals and inverse futures are denominated in USD units."
}
}
}
}
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/block_rfq_for_maker"
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.