API ยท v1

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}/stream

Server-Sent Events.

GET/api/v1/output/feeds/{token}/snapshot

Active positions and cursor.

GET/api/v1/output/feeds/{token}/events

Catch-up pages via after and limit.

Topics in this version

OpenAPI: openapi.json.