Skip to main content
The Trade API powers 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 URLhttps://api.dzap.io
  • Auth — API key optional; per-IP fallback. See Authentication.
  • Format — JSON over HTTPS.
  • Rate limits — see Rate Limits.

Common endpoints

EndpointPurpose
POST /v1/swapSame-chain swaps (batch)
POST /v1/bridgeCross-chain transfers
POST /v1/quotesBest-route quotes
POST /v1/buildTxCalldata generation
POST /v1/gaslessGasless variant
GET /v1/statusTrack transactions
POST /v1/token/detailsToken metadata
POST /v1/token/balance-ofAccount balances
POST /v1/token/priceLive prices
GET /v1/chainsSupported chains

SDK alternative

Most developers use @dzapio/sdk instead of hitting REST directly — it handles approvals, signing, and retries.

Migration

A unified API reference (Trade + Fuse in one Mintlify-rendered tab) is on the roadmap. Until then, this page links out to the canonical docs.
Last modified on July 2, 2026