Get partner capabilities
API Tokens
Get Partner Capabilities
Returns the partner capability configuration for the authenticated user, including whether token management is enabled and which scopes are allowed for self-service token derivation. Requires Privy authentication (Bearer token).
GET
Get partner capabilities
Requires Privy authentication (Bearer token). HMAC and API key auth are not accepted for this endpoint.
tokenManagementEnabled: true with allowedScopes: ["trading"] — the public self-service default, so any logged-in user can derive a trading-scoped token. Partner-level scopes (account_creation, delegated_signing, withdrawal) only appear in allowedScopes after your account is approved. Contact help@limitless.network to get partner capabilities enabled.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.
Response
Partner capability configuration
Partner profile ID
Example:
42
Whether the partner can manage tokens via self-service endpoints
Example:
true
Scopes the partner is allowed to request when deriving tokens
Available options:
trading, account_creation, delegated_signing Example:
[
"trading",
"account_creation",
"delegated_signing"
]