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
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.
Requires Privy authentication (Bearer token). HMAC and API key auth are not accepted for this endpoint.
tokenManagementEnabled defaults to false and allowedScopes defaults to an empty array. Contact help@limitless.network to get partner capabilities enabled.Authorizations
API key for programmatic access. Generate at limitless.exchange -> profile menu -> Api keys.
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"
]