List Partner Sub-Accounts
Lists partner-owned sub-accounts created under the authenticated partner profile, or recovers a specific sub-account by account address. Requires HMAC authentication with the account_creation scope. Do not send x-on-behalf-of; results are always scoped to the authenticated partner.
Documentation Index
Fetch the complete documentation index at: https://docs.limitless.exchange/llms.txt
Use this file to discover all available pages before exploring further.
account_creation scope. API key
auth, Privy auth, and session auth are not accepted.account query parameter to recover the profileId for a
known sub-account address.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
account | string | No | Exact EVM address filter. Matching is case-insensitive. |
limit | number | No | Positive integer page size. Defaults to 25; values above 25 are capped to 25. |
page | number | No | Positive integer page number. Defaults to 1. |
Response
Errors
| Status | Description |
|---|---|
400 | Invalid account, limit, or page query parameter. |
401 | Missing or invalid authentication. |
403 | Requires api-token HMAC auth with account_creation scope. |
Authorizations
Scoped API token with HMAC-SHA256 signing. Requires three headers: lmts-api-key (token ID), lmts-timestamp (ISO-8601), lmts-signature (Base64-encoded HMAC). See Authentication docs for details.
Query Parameters
Optional EVM address filter. Matching is exact and case-insensitive.
Page size. Values above 25 are capped to 25.
x >= 1Page number.
x >= 1