Skip to main content

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.

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.

Open the Trade API reference

Full request/response specs, examples, and error codes.

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.