v2

latestOpenAPI 3.0.02026-07-311824171.4 MB
Block RFQ
Private

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

Scope: block_rfq:read

Try in API console

get/private/get_block_rfq_user_info

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": {
    "users": [
      {
        "user_id": 57874
      }
    ]
  }
}