Taker method
Creates a new Block RFQ. Use private/get_block_rfqs to retrieve Block RFQ information.
Block RFQ pre-allocation: The taker can split the total amount between different (sub)accounts using the trade_allocations parameter. The taker can also allocate to himself. Each allocation must specify either user_id (for direct allocation) or client_info object (for broker allocation), and amount.
📖 Related Article: Deribit Block RFQ API walkthrough
Scope: block_rfq:read_write
List of legs used to create Block RFQ JSON string containing array of objects
List of allocations for Block RFQ pre-allocation. Allows to split amount between different (sub)accounts or broker clients. Each allocation must specify either user_id (for direct allocation) or client_info object (for broker allocation), and amount.
JSON string containing array of objects
Hedge leg of the Block RFQ. There is only one hedge leg allowed per Block RFQ JSON string containing: object data
User defined label for the Block RFQ (maximum 64 characters)
List of targeted Block RFQ makers. Only those makers will be notified about created Block RFQ. If the list is empty, all available makers will be targeted.
Determines whether the RFQ is non-anonymous, revealing both taker and maker aliases. It can be set to false (anonymous mode) only when at least 5 makers are targeted. Default value is true.