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