cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/get_block_rfq_makers \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "private/get_block_rfq_makers", "params": {} } '
{ "jsonrpc": "2.0", "id": 1, "result": [ "MAKER1", "MAKER2", "MAKER3" ] }
This method returns a list of all available Block RFQ makers. This method takes no parameters.
Scope: block_rfq:read
block_rfq:read
Try in API console
Success response
The JSON-RPC version (2.0)
2.0
A list of available makers.
The id that was sent in the request
Was this page helpful?