Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/private/get_block_rfq_user_info \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "private/get_block_rfq_user_info",
  "params": {}
}
'
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "parent": {
      "identity": "MAKER1",
      "is_maker": true
    },
    "users": [
      {
        "user_id": 1,
        "taker_rating": 98.5,
        "identity": "TAKER1",
        "is_maker": false
      },
      {
        "user_id": 2,
        "taker_rating": 97
      }
    ]
  }
}

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object
required
id
integer

The id that was sent in the request