wenrange — API reference

Three API surfaces document everything you can call from outside the system: the orchestrator's quote-broker REST endpoints, the read-only API service, the solver WebSocket protocol, and the on-chain contract interfaces. Specs are the source of truth and live next to the code they describe.

Surfaces

Where to go for context

For the model behind these interfaces — what positions are, how settlement works, what the trust assumptions are — see the Protocol reference. For audience-specific guides see For traders, For integrators, and For solvers.

Specs as source of truth

These pages are generated from machine-readable specifications checked in next to the code they describe:

SurfaceSpec
Orchestrator REST backend/orchestrator/openapi.yaml
API service REST backend/api/openapi.yaml
Solver WebSocket backend/orchestrator/asyncapi.yaml
On-chain ABI contracts/abis/ (per release)