Your feedback shapes Insight. If a workflow feels confusing, a feature is missing, something is unclear, or you simply have an idea — we'd genuinely love to hear it.
Hourly oracle reliability assessment — reputation, deviation, depeg risk, liquidation stress tests and anomaly detection across 10+ oracle providers and 40+ blockchain networks.
A single API for oracle prices, risk tracking and protocol analytics.
On-demand prices from Chainlink, Pyth, API3, RedStone, DIA, Supra and more across 40+ chains.
Reliability snapshots polled every hour — consensus price, per-provider deviation and latency, up to one year back.
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, feed health, deviation events and shared-source dependency analysis.
Aggregate anomaly summaries over the last 30 days with severity and provider breakdowns.
Copy a snippet, plug in your API key, and start pulling verified oracle data.
Create a free 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://oracleinsight.xyz/api/v1/prices?provider=chainlink&symbol=BTC%2FUSD&chain=ethereum"Free 1,000 calls/mo. Pro 49 USDC/mo. Protocol 499 USDC/mo. Annual plans include 2 months free. Crypto payments via NOWPayments.
View PricingCreate and manage keys, view usage, and revoke access when needed.
Create a free account to get your API key and start building.
Include your API key in the X-API-Key header. The /api/v1/health endpoint is public and does not require authentication.
Insight is an hourly reliability-assessment platform, not a real-time feed. Reliability metrics — reputation scores, per-provider deviation, latency and feed health — are recalculated every hour. Prices are fetched on demand (5-minute cache). Daily reports aggregate the day’s deviation events and liquidation stress tests. Polling faster than hourly yields no fresher reliability data, so clients should cache accordingly.
API calls return HTTP 402 with a QUOTA_EXCEEDED error code. You can upgrade your plan at any time from Settings → Billing. The quota resets on the 1st of each month.
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. All paid plans (Pro, Protocol, Enterprise) include commercial use rights. You can use the API in production applications, SaaS products, and internal tools. Attribution is appreciated but not required.
Free: 5 req/min, Pro: 30 req/min, Protocol: 60 req/min, Enterprise: custom. These are sized to the hourly data cadence — polling faster than hourly yields no fresher reliability data. Rate limit headers (X-RateLimit-*) are included in every response so you can implement client-side backoff.
Yes — every new account gets a 7-day Pro Trial (10,000 calls, 30 req/min, deep-analysis endpoints unlocked). Claim it from Settings → Billing after registration. No payment required.
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