---
title: "GET /private/get_lsp_participants"
method: GET
path: "/private/get_lsp_participants"
tags: ["lsp", "Private"]
---

# GET /private/get_lsp_participants

`GET /private/get_lsp_participants`

Lists the LSP (Liquidity Support Program) participant subaccounts configured under the authenticated main account.

Must be called with an API key belonging to the main account — returns an error if called from a subaccount.

Use the `detailed` parameter to include each participant's full configuration alongside its `user_id` and `enabled` state.

**Scope:** `account:read`

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

## Query parameters

- `detailed` boolean

## Response `200`

Success response

- PrivateGetLspParticipantsResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object, required
    - `participants` object[], required
      - `user_id` integer, required — Unique user identifier
      - `enabled` boolean — Present when `detailed=false` (or omitted). Whether the participant is currently enabled.
      - `config` LspConfig — LSP participation configuration for a single subaccount. Note: designating a subaccount as an LSP participant also locks it to reduce-only trading platform-side. This lock is not automatically released when the participant is removed — an admin must clear it manually.
        - `enabled` boolean, required — Whether this subaccount is currently an active LSP participant eligible to receive assignments.
        - `group_limits` object, required — Per-participant overrides of the assignment limit for each cooldown group, expressed as a percentage of the participant's own equity. Keyed by group: `"1"` through `"6"` (crypto tiers, `"6"` is the catch-all tier) or `"rwa"` (real-world-asset instruments, e.g. tokenized equities/commodities). A group absent from this map inherits the platform-wide default for that group. A value of `0` disables assignments for that group entirely. The maximum allowed value for any group is `notional_capacity_factor * 100` (see the global LSP config) — that factor caps the total notional LSP may assign to a participant as a multiple of its equity, and does not change the participant account's own maximum leverage.

## Other responses

- `401` — Success response

---

[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/revisions/8dfbbe9fdddf/schema)
