Trade API
Supported Chains
Every chain the Trade API routes across — EVM and non-EVM.
GET
Returns the full list of chains DZap routes across (swap + bridge), EVM and non-EVM. This is the superset — the Fuse config endpoint returns only the Fuse-enabled subset.
Fetch this at runtime instead of hard-coding — new chains land regularly.
Response
Returns an array of chain objects.Numeric chain identifier (e.g.
1 for Ethereum, 7565164 for Solana).Runtime family —
evm, svm, bvm, suivm, tronvm, tonvm, aptosvm, etc.Human-readable chain name.
Native currency symbol.
true for mainnet chains.DZap router (DZapDiamond) address on the chain.
DCA contract address, when deployed.
RPC endpoints — each with
url, keyRequired, keyType.Block explorer base URL.
Chain logo URL.
This endpoint lists all supported chains. For the Fuse-enabled subset (LP / one-click DeFi), use
GET https://zap.dzap.io/v1/config/chains.Last modified on July 2, 2026