Skip to main content
GET
Returns the Fuse-enabled chains - the subset of DZap-supported chains where zap (LP / one-click DeFi) flows are live. For every supported chain (swap + bridge), use the Trade API’s GET /v1/chains. Fetch this at runtime - new chains are added regularly.

Response

Returns a map keyed by chainId.
object
Map: chainId → chain config.
string
Chain name.
string
Zap (Fuse) contract address on the chain.
string[]
Protocols available for Fuse on the chain (e.g. aave, curve, uniswap, pancakeswap).
This is the Fuse-only subset. For the full list of chains DZap routes across, use GET https://api.dzap.io/v1/chains.
Last modified on July 14, 2026