This page tracks user-visible changes to the DEX Aggregator API. Breaking changes are flagged explicitly.Documentation Index
Fetch the complete documentation index at: https://docs.o1.exchange/llms.txt
Use this file to discover all available pages before exploring further.
2026-04-30 — Public docs published
- Initial public documentation for the DEX Aggregator API at
docs.o1.exchange/api/dex-aggregator. - Endpoints:
/quote,/submit,/execute,/health. - Live on Base mainnet (chain ID
8453). - Default rate limit: 120 requests / minute / API key.
- Router contract:
0xe56e22354DDdc07cF2dfbCFb53a90fB0a56E50D5.
Versioning policy
The API does not use a versioned URL prefix today. We treat published behavior as stable and add fields additively whenever possible. Breaking changes will be:- Pre-announced here at least two weeks before deployment.
- Mirrored at a versioned path (
/v1/quote,/v2/quote) for the duration of the migration window. - Documented with a migration note describing the old and new shapes.
What “breaking” means
- Removing or renaming a field on a response.
- Changing the type or units of an existing field.
- Tightening a validation rule that previously accepted a value.
- Removing or renaming an endpoint.
