api.dzap.io — swap, bridge, quotes, gasless, tokens, status, and more. While we consolidate the unified API reference here, the canonical source for the Trade API endpoints is the existing docs.
Supported Chains
Every chain the Trade API routes across —
GET /v1/chains.Quick orientation
- Base URL —
https://api.dzap.io - Auth — API key optional; per-IP fallback. See Authentication.
- Format — JSON over HTTPS.
- Rate limits — see Rate Limits.
Common endpoints
| Endpoint | Purpose |
|---|---|
POST /v1/swap | Same-chain swaps (batch) |
POST /v1/bridge | Cross-chain transfers |
POST /v1/quotes | Best-route quotes |
POST /v1/buildTx | Calldata generation |
POST /v1/gasless | Gasless variant |
GET /v1/status | Track transactions |
POST /v1/token/details | Token metadata |
POST /v1/token/balance-of | Account balances |
POST /v1/token/price | Live prices |
GET /v1/chains | Supported chains |
SDK alternative
Most developers use@dzapio/sdk instead of hitting REST directly — it handles approvals, signing, and retries.