- Delta intents: Let users swap on the same chain or across chains through a single gasless, MEV-protected flow secured by one signature.
- Market routing: Get the best available price across major DEXs and AMMs without building or maintaining your own routing infrastructure.
- OTC: Enable peer-to-peer token trades with custom pricing and settlement terms, including optional partial fills.
GET /v2/quote endpoint supports DELTA, MARKET, and ALL modes. With ALL, Velora compares intent-based and market-based execution, then automatically returns the better result.
If you only need aggregator routing, use the Market API’s GET /prices endpoint.
See Trading modes.
Choose your integration
| You want to… | Use | Time to first swap |
|---|---|---|
| Crosschain, gasless, MEV-protected fills | Delta (via API or SDK) | ~10 minutes |
| Maximum control, any language, any backend | Delta API / Market API | ~60 seconds |
| Type-safe TypeScript, your own UI | @velora-dex/sdk | ~5 minutes |
| Drop-in UI, zero design work | @velora-dex/widget | ~10 minutes |
| AI agent / LLM integration | MCP server + five-call recipe | ~5 minutes |
Next steps
Quickstart
Get a quote in 60 seconds with cURL, the SDK, or the Widget.
Integrate
Compare API, SDK, and Widget, and pick the right surface for your stack.