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.
TL;DR
- Fuse API (
zap.dzap.io) — no auth. Per-IP rate-limited. - Trade API (
api.dzap.io) — optional API key. Per-key rate-limited (falls back to per-IP for unauthenticated requests).
Getting a Trade API key
API keys are issued by DZap to partners. Reach out via Discord or[email protected] with:
- Your project name
- Expected request volume (req/min)
- Endpoints you’ll use most
Using a Trade API key
What an API key gives you
- Higher rate limits — defaults plus per-key tiers.
- Per-route configuration — block specific routes, raise limits on others.
- Usage analytics — request counts, latency p50/p95, error rates.
Without a key
You can still call every Trade API endpoint that doesn’t gate on auth — quotes, status, tokens, chains. Per-IP rate limits apply (typically 60 req/min, route-specific). Bursts return429 Too Many Requests.