Skip to main content
GET
Full profile analysis for LLM/MCP consumption

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Headers

X-API-Key
string | null

Your PolySimulator API key

POLY_API_KEY
string | null

Polymarket-CLOB-compat alias for X-API-Key (underscore form). SDK clients ported from Polymarket can authenticate without changing header names. X-API-Key takes precedence when both are provided.

Poly-API-Key
string | null
authorization
string | null

PM-CLOB-compat: Authorization: Bearer ps_live_... (or ps_test_...) is accepted as an alias for X-API-Key so py-clob-client and other ported SDKs authenticate without header name changes. Bearer JWTs are NOT accepted here — use the dashboard-auth endpoints for those.

Query Parameters

recent_trades
integer
default:20

Number of recent trades to include

Required range: 1 <= x <= 100
equity_days
integer
default:90

Days of equity history to analyze

Required range: 1 <= x <= 365
wallet_id
string | null

Wallet scope: an integer wallet id you own (404 WALLET_NOT_FOUND otherwise; MAIN/API wallet ids fold in legacy rows recorded before per-wallet attribution, matching /portfolio), 'all' (every wallet you own, including UI MAIN/SANDBOX wallets), or 'api' (your API wallet — includes legacy pre-attribution rows). Keywords are case-insensitive; any other value returns 422 VALIDATION_FAILED. Default (omitted) = 'api' since 2026-06-10, matching /balance, /portfolio and /equity; before 2026-06-10 the default was all-wallets — pass wallet_id=all to keep the old behaviour.

Response

Successful Response

Comprehensive profile analysis payload for LLM consumption.

analysis_generated_at
string
required
profile
ProfileMetadata · object
required
balance
BalanceSummary · object
required
open_positions
PositionDetail · object[]
required
trading_stats
TradingStatistics · object
required
risk_metrics
RiskMetrics · object
required
equity_timeline
EquityTimelineSummary · object
required
category_exposure
CategoryExposure · object[]
required
recent_trades
RecentTrade · object[]
required
natural_language_summary
string
required

Pre-computed human-readable summary of the profile for LLM context

analysis_version
string
default:1.0.0