Why the API
Language-agnostic
A REST API you can call from any language, any runtime.
Full surface area
Delta, Market, OTC, quotes, tokens, transactions: everything in one place.
No dependencies
No SDK to install, no version drift, just HTTP.
Build by product
Each guide walks one product end to end in raw HTTP, then links to the API reference for full schemas.Delta swap
Gasless, MEV-protected swaps: quote, build, sign, submit, poll.
Market swap
Atomic on-chain swaps the user signs and broadcasts.
Limit orders
Delta orders with a target-price constraint.
TWAP
One scheduled Delta order, settled slice-by-slice.
OTC
Bilateral AugustusRFQ trades between named counterparties.
Get started
See the API Reference → for endpoints, parameters, and schemas.Examples
Language-specific end-to-end snippets live next to the API they target:Delta API examples
GET /v2/quote?mode=DELTA for a gasless intent quote. TypeScript, Go, Python, Rust.Market API examples
GET /prices quote for 1 ETH → USDC. TypeScript, Go, Python, Rust.