Skip to main content
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"
  ]
}

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
array
required

A list of available makers.

id
integer

The id that was sent in the request