Skip to content

GET /depeg

$0.01 USDC Powered by Chainlink

Real-time USDC peg health monitoring via Chainlink’s USDC/USD price feed on Arbitrum. Reports deviation from the $1.00 peg, risk classification, and Arbitrum L2 sequencer status.

Why it matters: USDC is the margin currency for Hyperliquid perpetuals. A depeg event directly impacts the real value of all positions, margin, and PnL. This endpoint provides an early warning system for stablecoin risk.

GET https://api.cerebruspulse.xyz/depeg

No parameters required.

FieldTypeDescription
usdc.price_usdnumberCurrent USDC price from Chainlink (8 decimal precision)
usdc.deviation_bpsnumberAbsolute deviation from $1.00 in basis points
usdc.deviation_pctnumberDeviation as percentage
usdc.peg_statusstringHEALTHY, ELEVATED, WARNING, or CRITICAL
usdc.risk_levelstringlow, medium, high, or critical
usdc.interpretationstringHuman-readable risk assessment
infrastructure.arbitrum_sequencerstringup, down, or unknown
infrastructure.chainlink_feeds_activeintegerNumber of active Chainlink feeds
metaobjectProvider metadata
StatusDeviationRiskAction
HEALTHY< 10 bpsLowNormal conditions
ELEVATED10–50 bpsMediumMonitor closely
WARNING50–200 bpsHighConsider reducing USDC exposure
CRITICAL> 200 bpsCriticalMajor depeg event in progress
Terminal window
GET /depeg
{
"endpoint": "depeg",
"timestamp_iso": "2026-03-08T01:51:11Z",
"usdc": {
"price_usd": 1.0000406,
"deviation_bps": 0.41,
"deviation_pct": 0.0041,
"peg_status": "HEALTHY",
"risk_level": "low",
"interpretation": "USDC trading within 10bps of peg — normal conditions"
},
"infrastructure": {
"arbitrum_sequencer": "up",
"chainlink_feeds_active": 12
},
"meta": {
"provider": "Cerebrus Pulse",
"offering": "pulse_depeg",
"execution_ms": 0.1,
"chainlink_data_age_seconds": 42.5,
"oracle_network": "arbitrum",
"feed_address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3"
}
}
StatusReason
402Payment required (standard x402 flow)
429Rate limit exceeded
503Chainlink data temporarily unavailable