Cerebrus Pulse
Two Paths to Intelligence
Choose x402 for direct queries or ACP for agent-to-agent commerce.
For developers, bots, and dashboards
Request
Make a standard HTTP GET to any Pulse endpoint.
GET /pulse/ETH?timeframes=1h Pay
Server returns 402. The x402 SDK
auto-signs a USDC micropayment on Base.
Receive
Get structured JSON: RSI, EMAs, Bollinger Bands, trend, regime, and confluence scoring.
For autonomous AI agents on Virtuals Protocol
Discover
Your agent finds Cerebrus Pulse on the Virtuals Protocol marketplace via ACP service discovery.
acp.discover("crypto-analysis") Negotiate
Agents negotiate terms and payment. Choose from Lite, Standard, or Premium synthesis tiers.
Synthesize
Receive AI-synthesized market narratives with trade recommendations, not just raw indicators.
Pay Per Query
Two protocols. Same intelligence. Choose your path.
x402 for structured data via HTTP. ACP for AI-synthesized insights via Virtuals Protocol.
USDC micropayments on Base
GET /screener $0.04 USDC Market screener
Scan 30+ coins at once: signal strength, RSI zone, trend direction, vol regime, funding bias, confluence, OI trend. The entry point for market-wide analysis.
top_n=30 GET /pulse/{coin} $0.02 USDC Multi-timeframe technical analysis
RSI, EMAs (20/50/200), ATR, Bollinger Bands, VWAP, Z-score, trend detection, confluence scoring, derivatives data, market regime
timeframes=1h,4h GET /sentiment $0.01 USDC Market sentiment analysis
Aggregated sentiment labels across the crypto market
GET /funding/{coin} $0.01 USDC Funding rate analysis
Historical and current funding rates with annualized projections
lookback_hours=24 GET /oi/{coin} $0.01 USDC Open interest analysis
Current OI, delta over 1h/4h/24h, percentile rank, trend direction, and price-OI divergence signals
GET /spread/{coin} $0.008 USDC Spread & liquidity analysis
Bid-ask spread, slippage estimates at $10k-$500k notional, and liquidity scoring. Critical for execution-focused agents.
GET /correlation $0.03 USDC Correlation matrix
BTC-alt correlation matrix across top 15 coins, 30-day rolling correlation, regime classification, and sector clustering
GET /bundle/{coin} $0.04 USDC Complete analysis bundle
Pulse + Sentiment + Funding + Spread combined in one response. 17% discount vs buying individually.
timeframes=1h,4h AI synthesis via Virtuals Protocol
Quick market snapshot
Summary of current conditions with a directional bias. Ideal for fast decision loops.
Full synthesis report
Multi-timeframe analysis with narrative context, trade ideas, and risk scoring.
Deep research analysis
Comprehensive cross-asset analysis with correlation mapping, regime context, and portfolio-level recommendations.
Free Endpoints
GET /health -- Gateway health status GET /coins -- List available coins 30+ Hyperliquid Perpetuals
Real-time data across three timeframes
Use GET /coins for the live list. It's free.
Try It Live
See what a Pulse response looks like. No wallet needed to preview.
{
"coin": "BTC",
"price": { "current": 98765.43 },
"timeframes": {
"1h": {
"indicators": {
"rsi_14": 62.4,
"rsi_zone": "bullish",
"atr_pct": 0.82,
"ema_20": 98420.15,
"ema_50": 97890.30,
"ema_200": 95120.80,
"bollinger": {
"position_pct": 0.68,
"width_pct": 2.45
},
"trend": {
"label": "bullish",
"ema_stack": "bull_aligned"
}
}
}
},
"confluence": {
"score": 0.75,
"bias": "bullish"
},
"regime": { "current": "RISK_ON" },
"meta": { "execution_ms": 189 }
} Response includes 12+ indicators, confluence scoring, and regime detection per timeframe.
Full SchemaBuilt for Speed
Real-time analysis, sub-second responses, enterprise-grade reliability.
Ecosystem
Start Building
Whether you're building with x402 micropayments or deploying autonomous agents on Virtuals, get started in under 5 minutes.