v3
latestOpenAPI 3.0.02026-07-311784111.3 MBBlock RFQ
Private
Maker method
Retrieves all open quotes for Block RFQs. When a block_rfq_id is specified, only the open quotes for that particular Block RFQ will be returned. When a label is specified, all quotes with this label are returned. block_rfq_quote_id returns one specific quote.
Use private/add_block_rfq_quote to add quotes, or private/get_block_rfqs to retrieve Block RFQ information.
📖 Related Article: Deribit Block RFQ API walkthrough
Scope: block_rfq:read
get/private/get_block_rfq_quotes
Query parameters
block_rfq_idinteger
ID of the Block RFQ
labelstring
User defined label for the Block RFQ quote (maximum 64 characters). Used to identify quotes of a selected Block RFQ
block_rfq_quote_idinteger
ID of the Block RFQ quote
Response
Success response
Example response
{
"result": [
{
"creation_timestamp": 1536569522277,
"last_update_timestamp": 1536569522277,
"legs": [
{
"instrument_name": "BTC-PERPETUAL"
}
],
"hedge": {
"instrument_name": "BTC-PERPETUAL"
},
"app_name": "Example Application"
}
]
}