Unstable Intelligence scores 190+ DeFi assets every 15 minutes across peg stability, reserve health, liquidity, governance, and macro signals. Integrate fragility scores and vault eligibility directly into your protocol.
No SDK needed. One HTTP request returns scores for every asset in your vault.
# Single asset deep profile — score, tier, signals, 7d history curl https://upfront-calm-chatroom.ngrok-free.dev/v1/protocol/asset/USDT \ -H "X-API-Key: YOUR_KEY"
// fetching live example…
Base URL: https://upfront-calm-chatroom.ngrok-free.dev
?asset_class=stablecoin filter.risk_adj = apr / (1 + score/100). A 10% APR on a score-80 asset is not the same as 10% on a score-10 asset.Every asset is scored 0–100 every 15 minutes. Scores aggregate 10+ independent risk signals.
Submit your vault holdings and receive a full risk breakdown.
curl -X POST https://upfront-calm-chatroom.ngrok-free.dev/v1/protocol/portfolio \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "assets": ["USDT", "USDC", "DAI", "FRAX"], "include_signals": true, "include_alerts": true }'
{ "portfolio": { "asset_count": 4, "weighted_score": 72.1, "portfolio_tier": "CAUTION", "portfolio_action": "IMMEDIATE_REVIEW_REQUIRED", "breakdown": { "danger": 2, "caution": 1, "watch": 1, "safe": 0 }, "highest_risk_asset": { "asset": "FRAX", "score": 100.0, "action": "REMOVE_FROM_VAULT" } }, "assets": [ /* per-asset breakdown */ ] }
Shareable per-asset reports — link directly to counterparties or risk committees.
Send your API key in the X-API-Key header or as ?key= query param.
Tier Requests/hour Endpoints free 60 /v1/risk-scores, /v1/alerts, /v1/yields pro 600 + /v1/protocol/*, /v1/webhooks enterprise unlimited + priority SLA, custom webhooks, raw signals
Keys are scoped per client and rotate on request. Usage logs available via
/v1/admin/usage (owner only).
We're onboarding a small number of protocol risk committees and vault operators. Reach out with your use case and expected request volume.