---
title: "GET /private/get_block_rfq_user_info"
method: GET
path: "/private/get_block_rfq_user_info"
tags: ["Block RFQ", "Private"]
---

# GET /private/get_block_rfq_user_info

`GET /private/get_block_rfq_user_info`

Returns identity and rating information for the requesting account and its subaccounts. Includes both group-level and individual user-level alias data, if available.

This information is useful for understanding your Block RFQ maker identity and rating when participating in Block RFQ trades.

**📖 Related Article:** [Deribit Block RFQ API walkthrough](https://docs.deribit.com/articles/block-rfq-api-walkthrough)

**Scope:** `block_rfq:read`

[Try in API console](https://test.deribit.com/api_console?method=%2Fprivate%2Fget_block_rfq_user_info)

## Response `200`

Success response

- PrivateGetBlockRfqUserInfoResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object, required
    - `parent` object — Parent Identity (group alias), representing the overall account group (main + subaccounts).
      - `identity` string — Group-level alias identifying the account group as a whole.
      - `is_maker` boolean — Indicates whether the Parent Identity has maker scope.
    - `users` object[]
      - `user_id` integer — Unique user identifier
      - `taker_rating` number — Taker rating associated with this account, if available.
      - `identity` string — Specific alias identifying this account individually.
      - `is_maker` boolean — Indicates whether this account has maker scope.

---

[API](https://skmtc.net/deribit/apis/deribit-api-2.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api-2/versions/430b3f0bc67c/schema)
