v2

OpenAPI 3.0.02026-07-311824171.4 MB
lsp
Private

Retrieves the current per-cooldown-group assignment usage for the authenticated LSP (Liquidity Support Program) participant subaccount within its current fixed cooldown window.

Must be called with an API key belonging to the LSP participant subaccount itself — returns an error if the authenticated account is not an LSP participant.

Instruments are bucketed into one of 7 cooldown groups (6 crypto tiers plus a real-world-asset group); each group has its own limit (pct, as a percentage of the participant's equity), fixed-window usage (used, in USD — this does not decay smoothly; it stays flat until the window closes at cooldown_end, then resets to 0 in one step), and the window's timing (cooldown_start/cooldown_end). Neither the absolute limit nor the remaining capacity is computed for you — derive it from pct, used, and the participant's own equity from private/get_account_summary. Even a self-computed remaining-capacity figure won't reflect the additional margin/leverage-derived cap applied at assignment time, which isn't exposed on any user-facing endpoint.

Scope: account:read

Try in API console

get/private/get_lsp_usage

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request