
Loading API details…
BlazePhoenix
The BlazePhoenix Public Quote API delivers on‑chain DEX‑aggregator price quotes (single or batched) for Base, Ethereum, Optimism and Arbitrum, returning amounts as decimal strings in native base units, with no API key required and open CORS. It also exposes auxiliary endpoints for token/contract manifests, health checks, live swap statistics, solvency reports, badge generation, and an integration guide for LLM agents.
Latency p95
126 ms
last successful checks
Uptime 30d
100.0%
monitored sample
Playground
Verified
live · allowlisted
Endpoints & operations
/api/quote
Quote a swap (on-chain previewPlan)
/api/quote/batch
Up to 10 quotes in one round-trip (per-item errors inline)
/api/manifest
Machine-readable protocol manifest (contracts, token, event topics)
/api
Discovery root — the API describes itself (endpoints, docs, SDK, contact)
/api/health
Service health + per-chain live flags (no upstream calls — poll freely)
/api/stats
Live protocol stats: fills + unique traders per chain from on-chain Swap events (reproducible; cached ~5min). Read totalFills TOGETHER with chainsOk/chainsTotal: it sums only the chains that answered, so with chainsOk=0 it is the sum of nothing, not a measured zero. `measured` is the boolean shortcut for chainsOk > 0.
/api/badge
shields.io endpoint JSON: live staking isSolvent() badge — embed with https://img.shields.io/endpoint?url=…/api/badge
/api/verify
Re-execute a proof-carrying fact from /facts.json live on-chain (zero-argument reads only) and return the value with its block height; without ?fact, lists the verifiable fact ids
⚠ Requires none authentication — check the API’s own docs for the exact header/param to use.
curl -X GET \ "https://blazephoenix.xyz/api/api/quote?chain=YOUR_VALUE&in=YOUR_VALUE&out=YOUR_VALUE&amountIn=YOUR_VALUE&recipient=YOUR_VALUE&rpc=YOUR_VALUE&slippageBps=YOUR_VALUE&deadlineSec=YOUR_VALUE&exact=YOUR_VALUE"
blazephoenix.xyz · HTTPS only · none auth