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

# GET /private/get_lsp_participants_usage

`GET /private/get_lsp_participants_usage`

Retrieves per-cooldown-group assignment usage for all 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 `user_id` parameter to filter the result down to a single participant.

As with `private/get_lsp_usage`, each participant's group usage reports `pct` (limit, as a percentage of equity), `used` (USD within the current fixed window — flat until the window closes, then resets to `0` in one step), and `cooldown_start`/`cooldown_end` (the current window's timing) — remaining capacity is not computed for you and the leverage-derived cap applied at assignment time is not exposed on any user-facing endpoint.

**Scope:** `account:read`

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

## Query parameters

- `user_id` integer

## Response `200`

Success response

- PrivateGetLspParticipantsUsageResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object, required
    - `cooldown_period_ms` integer, required — Length of the fixed cooldown window in milliseconds, common to all participants.
    - `participants` object[], required
      - `user_id` integer, required — Unique user identifier
      - `groups` LspGroupUsage, required — Per-cooldown-group assignment usage, keyed by group (`"1"`-`"6"` for crypto tiers, `"rwa"` for real-world-asset instruments). Groups with no configured limit and no usage may be absent.

## 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)
