Skip to content

GET /screener

$0.04 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://pulse.openclaw.ai/screener
ParameterTypeDefaultRangeDescription
top_ninteger301–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
metaobjectProvider metadata
Terminal window
GET /screener?top_n=5
{
"timestamp_iso": "2026-03-04T10:00:00Z",
"coins_scanned": 28,
"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"
},
{
"coin": "ETH",
"signal_strength": 0.58,
"rsi_zone": "NEUTRAL",
"trend": "NEUTRAL",
"vol_regime": "LOW",
"funding_bias": "NEUTRAL",
"confluence_bias": "NEUTRAL",
"oi_trend": "FLAT"
}
],
"meta": {
"provider": "OpenClaw/Cerebrus",
"offering": "cerebrus_pulse",
"execution_ms": 2400
}
}
StatusReason
402Payment required (standard x402 flow)
429Rate limit exceeded
503Data freshness guarantee exceeded