v2
OpenAPI 3.0.02026-07-311824171.4 MBlsp
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
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
Example response
{
"result": {
"participants": [
{
"user_id": 57874
}
]
}
}