Developers · Early access
Every score our AI engine produces — HoodScore, Mindshare, social authenticity, LLM-read sentiment, and evidence-carrying risk — as clean JSON. Built for traders, bots, and AI agents making decisions on Robinhood Chain. First keys roll out in the coming weeks; apply below.
01 · Endpoints
Every endpoint below is running today behind this site. Early access adds keys, stable versioning, and documented rate limits — not new promises. All scores are our own derived metrics, and their meaning is public on the methodology page.
GET /v1/leaderboardHoodScore and Mindshare rankings for the whole chain — real buyers, bot-filtered social attention, wash-discounted volume.
[{
"symbol": "CASHCAT",
"token": "0x9b7f…c4e2",
"mindshare": 21.07,
"delta_24h": 3.9,
"organic_score": 74,
"unique_buyers_h24": 8213,
"sentiment": { "bullish_pct": 62.1,
"bearish_pct": 11.4, "count": 419 },
"risk_score": 10
}, …]GET /v1/risk/{address}Evidence-carrying flags — honeypot simulation verdicts, sell blockades, concentration, sybil clusters — with an open/resolve lifecycle.
{
"risk_score": 50,
"band": "high",
"flags": [{
"code": "HONEYPOT_SIM",
"severity": 50,
"evidence": { "buy": "ok",
"sell": "reverted" },
"detected_at": "2026-07-12T09:41:00Z"
}]
}GET /v1/social/{address}Mentions, impressions, LLM-read sentiment, bot and coordination share, top voices, and first-time KOL entries.
{
"mentions": 312,
"impressions": 1840000,
"bot_share": 0.18,
"coordinated_share": 0.07,
"sentiment": { "bullish_pct": 58.3,
"bearish_pct": 14.1, "net": 0.442 },
"top_voices": [{ "handle": "…",
"followers": 48200, "is_kol": true }]
}GET /v1/divergence02 · For AI agents
Missing data is null, never a fake neutral. An agent acting on our scores never mistakes “not measured” for “average”.
Every risk flag ships the evidence that raised it, so an agent can apply its own threshold instead of trusting a black box.
x402 pay-per-call and an MCP server are on the roadmap: agents pay per request in stablecoins and plug Cookie Hood straight into their stack.
03 · Early access
Keys are issued in waves, in the order applications arrive. Live products and agents get priority. Access is free during early access with fair-use limits; paid tiers come later.
Attention running ahead of price (early) or price ahead of attention (exhaustion) — z-scored across the chain, gated on real liquidity and buyers.
[{
"symbol": "STARMAN",
"divergence_z": 2.7,
"direction": "attention_leads_price",
"velocity_24h": 0.043,
"liquidity_usd": 412000,
"unique_buyers_h24": 693
}, …]