Real-time peg deviation, reserve transparency signals, and risk indicators for 40+ stablecoins. Trusted data for DeFi treasuries, exchanges, and risk management teams.
Monitor stablecoin holdings for peg risk. Get early warnings before de-peg events affect your treasury positions.
Automated risk signals for listing decisions and reserve transparency monitoring. Protect your users.
Integrate stablecoin health scores into your risk models. API-ready data for automated decision systems.
Automatically rebalance treasury holdings when stablecoin risk scores change. Protect protocol funds from de-peg events.
Trigger notifications when peg deviation exceeds thresholds. Early warning for risk teams and trading desks.
Document stablecoin risk exposure for internal audits and regulatory filings with verifiable data.
curl -H "X-API-Key: YOUR_API_KEY" \
https://feedoracle.io/api/v1/feeds/stablecoin
# Response
{
"meta": {"version": "3.1.0", "updated_at": "2026-01-17T12:00:00Z"},
"data": {
"usdt": {"peg": 0.9998, "status": "HEALTHY", "deviation": -0.02},
"usdc": {"peg": 1.0001, "status": "HEALTHY", "deviation": 0.01},
"dai": {"peg": 0.9995, "status": "HEALTHY", "deviation": -0.05}
}
}