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-trade-api Skill covers the Trade REST surface (api.dzap.io) — swaps, bridges, DCA, tokens, and webhooks.

What it covers

  • POST /v1/swap, /v1/bridge — execution endpoints
  • POST /v1/quotes — best-route quotes
  • POST /v1/buildTx — calldata
  • POST /v1/gasless — gasless variant
  • DCA endpoints
  • Token endpoints (details, balances, prices, historical)
  • Webhook payloads + verification

Install

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

Use cases

  • Building DCA workflows.
  • Integrating webhook listeners.
  • Writing custom rate-limited backends in front of DZap.

Pair with the API reference

The Skill primes; API → Trade documents authoritatively.