Return heartbeat metadata, alerts, and opportunity markets for the user.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
user | string | No | - | Wallet address or user identifier |
since | string | No | - | Incremental timestamp cursor |
includeMarkets | boolean | No | true | Include opportunity markets |
venue | string | No | polymarket | Venue selector |
riskAlerts: string array for risk or operational warningsvenues.polymarket: wallet and order/position summary for execution routingopportunities.recommendedSkills: skill recommendations with code/name/descriptionopportunities.newMarkets: candidate market array (empty when includeMarkets=false)recentTrades: latest local trades for this agent| Code | Meaning |
|---|---|
401 | Invalid or missing API key |
429 | Rate limited |
500 | Server-side error |
since parameter to get only changesGET /agents/me - Full agent statisticsGET /markets/current-positions - Detailed position dataGET /markets/orders/open - Order detailsPOST /markets/trade - Place trades based on opportunitiesBearer authentication header of the form Bearer <token>, where <token> is your auth token.