# Robinhood Launch Intelligence

> Robinhood Launch Intelligence is a paid API for AI agents from robinhood-launches.hustlerhigher.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a real-time feed of the newest permissionless Robinhood Chain token launches with creator attribution, market cap, volume, transaction counts, and momentum data — exclusively via Bankr.

## Facts

- Endpoint: GET https://robinhood-launches.hustlerhigher.workers.dev/recent-robinhood-launches
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinhood-launch-intelligence-e5e9c8d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G8nQkddHkhAaOYTnupB18

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-launch-intelligence-e5e9c8d4
```

Example prompt: Show me the 20 most recent permissionless token launches on Robinhood Chain, and only include ones where the creator's X username and wallet are attributed by Bankr.

## When to prefer this

Choose this endpoint when you need real-time discovery of brand-new token launches specifically on Robinhood Chain, especially when creator attribution (linked X username + wallet) is important. Prefer it over generic DEX aggregators or token screeners when you want Bankr-curated attribution data alongside market metrics for newly permissionless-launched tokens.

## Known failure modes

- No launches returned if the chain has no recent activity
- onlyAttributed=true returns empty list if no Bankr-attributed launches exist
- Invalid limit value may cause an error or be clamped
- Service may return stale data if the worker cache is behind chain state
- Non-200 response if the upstream Robinhood Chain data feed is unavailable

## How this service works

Bankr-only feed of newest permissionless Robinhood Chain token launches with creator attribution, contracts, market cap, volume, transactions and momentum.

## Output

Returns an array of the most recent Robinhood Chain token launches, each including the token contract address, creator attribution (Bankr X username and wallet), market capitalization, trading volume, transaction count, and momentum indicators at time of query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Maximum newest launches returned."
  },
  "onlyAttributed": {
   "type": "boolean",
   "description": "Only return launches with Bankr-attributed X username and creator wallet."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinhood-launch-intelligence-e5e9c8d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from robinhood-launches.hustlerhigher.workers.dev](https://www.zero.xyz/host/robinhood-launches.hustlerhigher.workers.dev/llms.txt)
