v2

OpenAPI 3.0.02026-07-311824171.4 MB
lsp
Private

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

get/private/get_lsp_participants

Query parameters

detailedboolean

When true, includes each participant's full LSP configuration (config). When false (default), only user_id and enabled are returned.

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
      }
    ]
  }
}