# Robinhood Chain Memecoin Intelligence (RH Season)

> Robinhood Chain Memecoin Intelligence (RH Season) is a paid API for AI agents from x402.ottoai.services, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns hourly-refreshed rug-screened Robinhood Chain (chainId 4663) memecoin movers with liquidity gates, rug-risk flags, KOL mentions, and a synthesized chain sentiment read.

## Facts

- Endpoint: GET https://x402.ottoai.services/rh-season
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinhood-chain-memecoin-intelligence-rh-season-604a8d43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kjkGDQVvP0TZ6e0L_4-b5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability robinhood-chain-memecoin-intelligence-rh-season-604a8d43
```

Example prompt: What memecoins are actually pumping on Robinhood Chain right now — show me the screened movers with rug-risk flags and any KOL mentions so I can tell what's real vs a honeypot.

## When to prefer this

Use this endpoint when you specifically need intelligence on Robinhood Chain (chainId 4663) memecoins with built-in rug screening and KOL signal layering. Prefer it over generic DEX screeners when you need vol/liquidity anomaly detection, honeypot filtering, and social sentiment synthesized together for RH Chain — not just raw price or volume data.

## Known failure modes

- No movers returned if no tokens pass the liquidity/wash-volume gates in the current hourly window
- Stale data if the hourly refresh has not yet completed
- Payment failure if USDC balance or x402 payment header is missing or insufficient
- Network timeout if the upstream chain data provider is unavailable

## How this service works

Robinhood Chain memecoin intelligence: rug-screened RH Chain (4663) movers. Hard liquidity + wash-volume gates filter $0-liquidity honeypots faking $1M volumes; survivors carry rug-risk flags (thin liquidity, vol/liquidity anomaly, pool age, CoinGecko listing) plus trusted-KOL mentions with verbatim quotes and a synthesized RH sentiment read. Served from a cached snapshot while fresh (≤1h) and regenerated on demand when a read finds it stale.

## Output

A structured payload containing: a list of RH Chain (chainId 4663) memecoin movers that have passed hard liquidity and wash-volume filters, each annotated with rug-risk flags (thin liquidity, vol/liquidity anomaly, pool age, CoinGecko listing status), trusted KOL mentions with verbatim quotes, and a synthesized Robinhood Chain sentiment summary. Data is refreshed hourly.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "chain": "robinhood",
   "movers": [],
   "tokens": [],
   "chainId": 4663,
   "coverage": {
    "whyFewer": "The geckoterminal quality screen plus chain-validated KOL buzz produced 1 token clearing the floors this refresh, below the 20-row board cap. Every token that cleared is published.",
    "tokensServed": 1,
    "tokensConsidered": 1,
    "tokensWithKolSignal": 1
   },
   "topVoices": [],
   "disclaimer": "Informational only — not investment advice. Robinhood Chain is a weeks-old, thin-liquidity environment; most pools are hours old, so a 24h % change on a pool younger than a day (changeWindowUnreliable...",
   "generatedAt": "2026-07-06T10:00:00.000Z",
   "staleTweets": 2,
   "chainMetrics": {
    "poolCount": 50,
    "volumeBasis": "top50_pools_sum",
    "poolCountBasis": "included_in_volume_sum",
    "dexVolume24hUsd": 588489054.2749406,
    "prior24hDexVolumeUsd": null,
    "volumeChangeVsPrior24hPct": null
   },
   "screenFloors": {
    "minAgeDays": 0,
    "newPoolAgeDays": 2,
    "minMarketCapUsd": 50000,
    "maxVolToLiqRatio": 20,
    "flagMinLiquidityUsd": 50000,
    "hardMinLiquidityUsd": 10000,
    "hardMaxVolToLiqRatio": 150
   },
   "screenSource": "geckoterminal",
   "summaryStatus": "available",
   "filteredTweets": 3,
   "kolWindowHours": 72,
   "kolUniverseSize": 43,
   "marketSentiment": {
    "score": 52,
    "overall": "neutral",
    "summary": "KOLs rotating between majors and fresh-chain casino flow.",
    "hottestMajor": "ETH",
    "keyNarratives": [],
    "trendingAltcoins": []
   },
   "evidenceWindowDays": 7,
   "kolSignalAvailable": true,
   "rhSentimentSummary": "Robinhood Chain shows $588,489,054 in reported rolling 24-hour DEX volume across the 50 largest pools — a partial sum, not a chain-wide total — while attention remains concentrated in a young, thin ma...",
   "marketSentimentStatus": "available",
   "marketSentimentUnavailableReason": null
  },
  "meta": {
   "degraded": false,
   "validUntil": "",
   "generatedAt": "",
   "stalenessSec": 0
  },
  "status": "success"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinhood-chain-memecoin-intelligence-rh-season-604a8d43/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.ottoai.services](https://www.zero.xyz/host/x402.ottoai.services/llms.txt)
