Skip to main content
Four ways to not write boilerplate. Every one of them is generated from, or checked against, the same OpenAPI document the engine serves — so what you grab here cannot drift from what the API answers.

TypeScript client

Install @trdrs/sdk — typed methods for every route, streams as async iterators, zero dependencies.

Charting

Run the Quick Charts library against this API — candles, drawings, indicators, and the trade surface.

Agent prompts

Paste-ready prompts that hand a coding agent this documentation and a task.

The OpenAPI document

The served contract, as JSON. Point a generator, a mock server, or an agent at it.

CLI

Every API operation as a command, generated from the served contract when it runs.

Which one, when