09 — Integrate
REST API v1 · Oracle evidence and risk infrastructure for production systems
Query prices, consensus, reputation, depeg risk, protocol exposure, and execution safety through one typed interface with explicit freshness and verification metadata.
01 — Capability surface
A single API for oracle prices, risk tracking and protocol analytics.
On-demand prices from Chainlink, API3, RedStone, DIA, Supra and more across 40+ chains.
Reliability snapshots polled every 15 minutes — consensus price, per-provider deviation and latency, with a 90-day history window.
Fetch multiple assets in a single request. Perfect for dashboards, indexers and bots.
Detect oracle-market divergence for USDC, USDT, DAI and other stablecoins with protocol impact.
Track WBTC, cbBTC, tBTC, wstETH and other wrapped assets against underlying collateral.
Run 1%, 3%, 5% adverse deviation scenarios on Aave, Compound, Morpho and more.
Hourly reputation scores, 15-minute feed health, deviation events and shared-source dependency analysis.
Aggregate anomaly summaries over the last 30 days with severity and provider breakdowns.
02 — First request
Copy a snippet, plug in your API key, and start pulling verified oracle data.
Create an API key below. It is shown only once, so store it securely.
Choose a provider, symbol and chain. URL-encode symbols like BTC%2FUSD.
Check the success flag and read price plus verification metadata.
curl -H "X-API-Key: ins_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
"https://www.oracleinsight.xyz/api/v1/prices?provider=chainlink&symbol=BTC%2FUSD&chain=ethereum"03 — Select capacity
New users get 100 free trial credits after email verification, and every paying user gets all endpoints. Developer, Team, and Scale subscriptions include a monthly credit allowance spent per call (C1–C4); top up prepaid credit packs for high-frequency and bursty agent workloads. Crypto payments via NOWPayments.
For analysts and builders running production oracle checks.
Crypto payment · no auto-renew
For teams running batch analytics and multi-agent workloads.
Crypto payment · no auto-renew
For high-volume applications with sustained agent traffic.
Crypto payment · no auto-renew
For protocols and risk committees managing systemic exposure.
Every paying user gets all endpoints and MCP tools. Each call costs credits by metering class — subscribe for a monthly allowance, then top up when your agents burn through it.
No subscription required — add credits and spend per call. Good for high-frequency and bursty agent workloads.
02 — Inspect access
Browsing the website is free. REST API, AI/MCP, and Guard SDK calls share one credit wallet — every endpoint and tool is open to any paying user, priced per call by data class.
| Data category | Public webfree, no key | API & MCPpaid, credit-metered |
|---|---|---|
Prices, feed health & provider listings The website embeds these; the API serves them machine-readable. | ||
Oracle reliability rankings & reputation Full 90-day trend on every paying key — no per-plan trend caps. | ||
Daily reliability reports | ||
Deviation, correlation & divergence signals | ||
Historical snapshots (90-day archive, 15-min grain) | ||
Protocol risk parameters & liquidation stress tests | ||
Stablecoin depeg & wrapped-asset peg tracking | ||
Anomaly detection (30-day window) | ||
Oracle exposure analysis, cross-chain spreads, incidents | ||
Pre-trade safety checks, oracle-watch & attested receipts | ||
CSV / Excel export & batch query queue |
The website embeds these; the API serves them machine-readable.
Full 90-day trend on every paying key — no per-plan trend caps.
Credits come from your wallet — a monthly allowance with Developer, Team, or Scale, or prepaid top-up packs. When the balance can't cover the next call, it returns HTTP 402 with a top-up link. Enterprise is unlimited.
New users get 100 free trial credits after email verification. API access starts at a $49 Developer subscription (60,000 credits/mo) or a $39 prepaid Starter pack. The website remains free to browse.
04 — Access control
Create and manage keys, view usage, and revoke access when needed.
Create an account to generate your API key and start building.
05 — Operational questions
Include your API key in the X-API-Key header. The /api/v1/health endpoint is public and does not require authentication.
Insight collects price snapshots every 15 minutes and recalculates reputation scores hourly. Prices are also fetched on demand (5-minute cache). Daily reports aggregate the day’s deviation events and liquidation stress tests. Polling faster than 15 minutes yields no fresher snapshot data, so clients should cache accordingly.
Every API key is credit-metered: each call costs credits by metering class (C1–C4). Credits come from your wallet — a monthly allowance with a Developer, Team, or Scale subscription, or prepaid top-up packs from Settings → Billing. When the wallet balance (or a key’s monthly credit budget) can’t cover the next call, requests return HTTP 402 with CREDIT_EXHAUSTED and the response includes your balance and a top-up link.
Payments are made in crypto via NOWPayments and are irreversible on-chain. If you experience a significant service issue within the first 14 days, contact us with your invoice ID for a case-by-case review — approved refunds are issued manually from our merchant balance. See our Refund Policy for full details.
Yes. Every paid plan (Developer, Team, Scale, Enterprise) includes commercial use rights. You can use the API in production applications, SaaS products, and internal tools. Attribution is appreciated but not required.
Developer: 60 req/min, Team: 300 req/min, Scale: 1,200 req/min, Enterprise: custom. These are sized to the 15-minute data cadence while allowing production traffic bursts. Rate limit headers (X-RateLimit-*) are included in every response so you can implement client-side backoff.
New users get 100 free trial credits after email verification — enough for five complete Guard workflows. There is no recurring free tier; once the trial is used, you can start with a $39 prepaid Starter Pack (pay-as-you-go) or a Developer subscription from $49/mo, which includes 60,000 credits. The website itself stays free to browse.
Every response includes a verification object that tells you whether the data came from an on-chain feed or an API source, with an explorer link when applicable.
Explore the full API reference for endpoint details, authentication, rate limits, error codes and code examples.
View API Reference