Skip to main content
The Market API is Velora’s classic swap aggregator. You request a quote, build a transaction, and your user signs and submits it on-chain, in one atomic call. It’s the right choice when you need composability inside a larger transaction, when the swap is small, or when you want full control over execution.

What you get

Best-price routing

Aggregates liquidity across major DEXs to find the optimal path.

Atomic execution

Swap settles in a single transaction, composable with any contract call.

Multi-chain

Ethereum, Polygon, BNB, Arbitrum, Optimism, Base, Avalanche, Gnosis, Unichain.
For a side-by-side breakdown of when to pick mode=DELTA, mode=MARKET, or mode=ALL, see Trading modes.

See it work

The basic flow is two calls (get a price, build a transaction), then your user signs and submits it:

Next steps

Quickstart

cURL the full flow end-to-end.

How it works

Price, build, approve, settle: the full Market lifecycle.

API Reference

Endpoints, parameters, and response schemas.
Last modified on June 14, 2026