Cryptographically signed risk scores for tokenized asset protocols, with audit-ready proof you can verify in 30 seconds.
Data sourced from DeFiLlama, GeckoTerminal, CCRI, FRED, ECB, and DNV-certified VeChain feeds. Third-party providers are upstream data sources, not certifiers of FeedOracle. All scores are heuristic signals, not regulatory determinations.
Every response becomes a cryptographically provable artifact in three steps.
Call any API endpoint. You receive structured JSON with the data payload, a SHA-256 content hash, and an ECDSA signature.
GET /api/v1/macro/risk → { value, hash, signature }
Check the signature against our public key (JWKS). Recompute the SHA-256 hash to confirm data integrity. Takes 2 lines of code.
Public key: /.well-known/jwks.json
Data hashes are anchored on XRPL blockchain. Anyone can verify the on-chain record matches your local evidence artifact.
Explorer: xrpscan.com/tx/{anchor_hash}
What is a Verified Proof? An API response that generates an Evidence Pack — a JSON envelope containing the data payload, SHA-256 hash, ECDSA signature, and verify URL. Store it, replay it, defend it.
Institutional workflows require evidence — not estimates, dashboards, or promises.
On-chain metrics can be incomplete, inconsistent, or gamed. Without cryptographic proof, how do you know what's real?
Risk decisions need evidence you can store, replay, and defend. Regulators require timestamped, immutable records.
MiCA, DORA, and Basel III require policy-friendly artifacts — not dashboards and hype. Compliance requires proof.
A core risk engine with specialized modules for regulatory and sustainability data.
Signed risk intelligence for tokenized asset protocols, covering major DeFiLlama- and GeckoTerminal-listed RWA protocols.
Automated compliance data for audit-ready workflows.
86 FRED + 10 ECB indicators with on-chain verification.
Different roles, one common requirement: evidence you can trust and defend.
Replace manual checks with cryptographic proof. Every data point is signed, timestamped, and audit-ready.
Outcome: Audit-ready evidence packs for MiCA, DORA, and Basel III — generated on demand.
View Compliance ReportsOpenAPI 3.0, real curl examples, and JWKS verification. Integrated into your stack in under 5 minutes.
Outcome: Verified risk data in your app with one API call.
5-Minute QuickstartTransparent methodology and verifiable coverage. Show counterparties and LPs the data behind your decisions.
Outcome: Shareable risk reports with cryptographic proof your counterparties can independently verify.
Request Coverage ReviewClean API. Cryptographic verification. No SDK required.
# Fetch a signed RWA risk report
curl -s -H "X-API-Key: YOUR_KEY" \
"https://api.feedoracle.io/v1/rwa/risk/ondo-global-markets"
# Response (signed, deterministic JSON)
{
"protocol": { "slug": "ondo-global-markets", "risk_score": 76, ... },
"evidence": {
"payload_hash": { "alg": "SHA-256", "hex": "da220e0c..." },
"signature": { "alg": "ES256K", "kid": "feedoracle-prod-2026" },
"jwks_url": "/.well-known/jwks.json"
},
"freshness": [{ "source": "defillama", "stale": false }, ...]
}
Start with a demo evidence report. Switch to full API access when you're ready.