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 dzap-fuse-api Skill primes your editor with the Fuse REST surface (zap.dzap.io). Every endpoint, every parameter, every response shape.
The Skill keeps the legacy “Zap” name in code; documentation publishes as Fuse.

What it covers

  • POST /v1/quote — request shape + ranked-route response
  • POST /v1/buildTx — calldata generation
  • POST /v1/bundle — multi-step intents
  • POST /v1/execute — gasless intent submission
  • GET /v1/status — single + batch tracking
  • Pools, user, tokens, config endpoints

Install

git clone https://github.com/dzap-io/skills.git
cp skills/dzap-zap-api/*.md .cursor/rules/

Use cases

  • Building a backend service that orchestrates Fuse intents.
  • Wiring up a frontend that calls /v1/quote and renders the path.
  • Writing test fixtures with real-shape responses.

Pair with the API reference

Read Fuse API → Quote alongside the Skill. The Skill teaches the LLM; the API reference teaches you.