v2

OpenAPI 3.0.02026-07-311824171.4 MB
lsp
Private

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

get/private/get_lsp_participants_usage

Query parameters

user_idinteger
Example:1

Id of a (sub)account - by default current user id is used

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": {
    "participants": [
      {
        "user_id": 57874
      }
    ]
  }
}