Skip to content

GET /arb

$0.02 USDC

Returns a Market Stress Index derived from cross-chain price dislocations across decentralized exchanges. Higher stress levels indicate broader market dislocation, increased volatility risk, and potential mean-reversion opportunities.

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

No parameters required.

FieldTypeDescription
timestamp_isostringISO 8601 timestamp
stress_levelstringLOW, MODERATE, HIGH, or EXTREME
stress_scorenumberNormalized stress score (0.0–1.0)
dislocations_countintegerNumber of active cross-chain price dislocations
avg_dislocation_bpsnumberAverage dislocation magnitude in basis points
max_dislocation_bpsnumberMaximum single dislocation in basis points
data_age_secondsnumberAge of underlying arb scanner data
metaobjectProvider metadata
LevelScore RangeInterpretation
LOW0.0–0.25Normal market conditions, tight cross-venue pricing
MODERATE0.25–0.50Mild stress, some price dislocations emerging
HIGH0.50–0.75Significant stress, wide dislocations across venues
EXTREME0.75–1.0Severe market stress, large cross-chain pricing gaps
Terminal window
GET /arb
{
"timestamp_iso": "2026-03-07T06:00:00Z",
"stress_level": "LOW",
"stress_score": 0.12,
"dislocations_count": 3,
"avg_dislocation_bps": 8.5,
"max_dislocation_bps": 22.1,
"data_age_seconds": 142,
"meta": {
"provider": "Cerebrus Pulse",
"offering": "cerebrus_pulse",
"execution_ms": 45
}
}
StatusReason
402Payment required (standard x402 flow)
429Rate limit exceeded
503Data freshness guarantee exceeded