Introduction
ZERT is cross-chain swap infrastructure for wallets, exchanges, neobanks, and dApps. One integration gives your product access to 70+ chains, 900+ DEXs, and 6M+ liquidity pools through ZERT's routing and execution infrastructure.
ZERT scans live liquidity, ranks routes by real-world execution quality, stress-tests under simulated conditions, and executes privately — no MEV exposure, no front-running. Gas is covered by ZERT. Your users pay nothing extra.
ZERT is fully non-custodial. No KYC. No user accounts.
Base URL
https://api.gateway.zert.com/api/v1All public endpoints live under /api/v1. Authentication uses Authorization: Bearer YOUR_API_KEY on every endpoint except GET /health.
Public Flow
The public swap flow is Quote -> Build -> Sign -> Submit:
POST /quotePOST /swap/buildGET /swap/{swapId}/signinguntil a signable payload is readySign externally in the wallet or signer you control
POST /swap/{swapId}/signingwith the signed artifact
Postman and GitBook help you inspect payloads and submit signed artifacts. They do not sign transactions.
What's Next
Get your API key and start calling endpoints
Do your first swap in 5 minutes
Walk through the full swap lifecycle
Discover chains, tokens, and pairs
Set up limit orders
Track a transaction
Explore all endpoints
See all data types
Integrate with TypeScript
Handle SDK and API errors
Last updated

