Account
Get Entitlements
Return the flat entitlement map for the current user.
Frontend EntitlementsProvider calls this once at app mount. The values come from Redis cache (60s TTL) keyed by user.id.
Programmatic SDK consumers that need their own entitlements should
introspect via /v1/keys/me or the key-bootstrap payload — those
paths already pass the API-access gate they legitimately need to.
state) without needing a browser session.
GET
Get Entitlements
Previous
Full profile analysis for LLM/MCP consumptionReturns a comprehensive analysis of the authenticated user's profile, trading history, risk metrics, and portfolio composition. Designed as a single-request endpoint for MCP tools and LLM agents to consume. Scoped to the caller's API wallet by default (since 2026-06-10); pass wallet_id=all for the cross-wallet blended view or wallet_id=<id> for a specific wallet.
Next
Get Entitlements