DZap Core aggregates DEXs and bridges so you don’t have to. Ask for a quote on any source/destination pair — same-chain or cross-chain — and Core returns the best route, ready to execute.Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
What it does
- Swap — same-chain token swaps routed across the major DEX aggregators (ParaSwap, OKX, 1inch, Uniswap, etc.).
- Bridge — cross-chain transfers routed across bridges (Across, Mayan, Allbridge, Chainflip, Orbiter, …).
- Best-of-N — quotes are scored by output amount, fees, and execution risk; the API ranks them.
When to use Core
| Scenario | Core is right when… |
|---|---|
| User-facing swap UI | You want a quote, then have the user sign and submit |
| Programmatic rebalancing | You execute on a schedule and care about gas predictability |
| Bridge integration | You need one bridge interface across many providers |
How a request flows
Request a quote
Call
getTradeQuotes() (SDK) or POST /v1/quotes (Trade API) with source/destination tokens, amount, and account.Build + sign
Call
buildTradeTxn() to get the transaction payload, then sign it with the user’s wallet.Next steps
How it works
Routing engine, fee model, MEV protection.
Swap
Same-chain swap flow, end to end.
Bridge
Cross-chain transfers and tracking.
API reference
Trade API endpoints.