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 place exchange orders and does not receive fill confirmation. A developer-built receiver owns downstream exchange actions, risk controls, deduplication, and reconciliation.
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.
- Event model - fields, revisions, expiry.
- Examples - Python and Node starters.
OpenAPI: openapi.json.