API v1 overview
Consume execution-scoped Modeled position events through private metadata, SSE, snapshot, and events endpoints.
Model
Output mode maintains Modeled positions and appends fixed-v1 position events to a durable feed owned by one execution. Tradee does not connect to exchange or broker accounts, place orders, or receive fill confirmation. Your connected tools own downstream exchange actions, risk controls, deduplication, and reconciliation. The supported path is Live API outputs (SSE/REST) and optional webhook delivery.
Endpoints
GET
/api/v1/output/feeds/{token}Metadata and canonical links.
GET
/api/v1/output/feeds/{token}/streamServer-Sent Events.
GET
/api/v1/output/feeds/{token}/snapshotActive positions and cursor.
GET
/api/v1/output/feeds/{token}/eventsCatch-up pages via after and limit.
Topics in this version
- Authentication - feed tokens and secrecy.
- SSE stream - connect, ready, reconnect.
- Snapshot and events - recovery and rate limits.
- Outbound delivery - signed webhooks and payload templates.
- Event model - fields, revisions, expiry.
- Examples - Python and Node starters.
OpenAPI: openapi.json.