cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/cancel_block_rfq \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "private/cancel_block_rfq", "params": { "block_rfq_id": 366 } } '
{ "jsonrpc": "2.0", "id": 1, "result": { "creation_timestamp": 1729855159611, "block_rfq_id": 366, "expiration_timestamp": 1729855459611, "role": "taker", "asks": [], "bids": [], "makers": [], "amount": 100000, "legs": [ { "ratio": 1, "instrument_name": "BTC-1NOV24", "direction": "sell" }, { "ratio": 1, "instrument_name": "BTC-PERPETUAL", "direction": "buy" } ], "combo_id": "BTC-FS-1NOV24_PERP", "state": "cancelled", "label": "example" } }
Taker method
This method cancels a Block RFQ using the specified block_rfq_id.
block_rfq_id
Scope: block_rfq:read_write
block_rfq:read_write
Try in API console
ID of the Block RFQ
Success response
The JSON-RPC version (2.0)
2.0
Show child attributes
The id that was sent in the request
Was this page helpful?