Hızlı Başlangıç
Hızlı Başlangıç
One request, one response, one schema — structured Web3 knowledge for any app.
1
Make one request
curl "https://web3fire.com/api/entity/ethereum?lang=en&fields=summary,evidence,trust"2
Read the response
// summary: string
// evidence: [{ claim, sources:[{url}], confidence }]
// trust: { evidenceCoverage, sourceCount, confidenceSummary }3
Project with fields=
curl "https://web3fire.com/api/entity/stablecoin?fields=score,relations&lang=en"4
Ship
// 5-minute integration — no auth, read-only, rate-limited at 100/min