Skip to content

GET /screener

$0.06 USDC

Scans all available Hyperliquid perpetuals and returns a compact summary for each coin — signal strength, RSI zone, trend direction, volatility regime, funding bias, confluence, and open interest trend. Ideal for market-wide scanning before drilling into individual coins.

GET https://api.cerebruspulse.xyz/screener
ParameterTypeDefaultRangeDescription
top_ninteger501–50Maximum number of coins to return.
FieldTypeDescription
timestamp_isostringISO 8601 timestamp
coins_scannedintegerNumber of coins analyzed
coinsarrayPer-coin summary objects
coins[].coinstringCoin ticker
coins[].signal_strengthnumberOverall signal strength (0.0–1.0)
coins[].rsi_zonestringRSI zone: OVERSOLD, NEUTRAL, OVERBOUGHT
coins[].trendstringTrend direction: BULLISH, BEARISH, NEUTRAL
coins[].vol_regimestringVolatility regime: LOW, NORMAL, HIGH, EXTREME
coins[].funding_biasstringFunding bias: LONG_PAYING, SHORT_PAYING, NEUTRAL
coins[].confluence_biasstringConfluence bias: BULLISH, BEARISH, NEUTRAL
coins[].oi_trendstringOI trend: RISING, FALLING, FLAT
coins[].cex_dex_spread_bpsnumberCEX-DEX price divergence in basis points (where available)
coins[].cex_dex_directionstringcex_premium, dex_premium, or null
metaobjectProvider metadata
Terminal window
GET /screener?top_n=5
{
"timestamp_iso": "2026-03-04T10:00:00Z",
"coins_scanned": 48,
"coins": [
{
"coin": "BTC",
"signal_strength": 0.72,
"rsi_zone": "NEUTRAL",
"trend": "BULLISH",
"vol_regime": "NORMAL",
"funding_bias": "LONG_PAYING",
"confluence_bias": "BULLISH",
"oi_trend": "RISING",
"cex_dex_spread_bps": 5.2,
"cex_dex_direction": "cex_premium"
},
{
"coin": "ETH",
"signal_strength": 0.58,
"rsi_zone": "NEUTRAL",
"trend": "NEUTRAL",
"vol_regime": "LOW",
"funding_bias": "NEUTRAL",
"confluence_bias": "NEUTRAL",
"oi_trend": "FLAT",
"cex_dex_spread_bps": 8.6,
"cex_dex_direction": "cex_premium"
}
],
"meta": {
"provider": "Cerebrus Pulse",
"offering": "cerebrus_pulse",
"execution_ms": 2400
}
}
StatusReason
402Payment required (standard x402 flow)
429Rate limit exceeded
503Data freshness guarantee exceeded