# Robinhood Radar Base Dataset Snapshot

> Robinhood Radar Base Dataset Snapshot is a paid API for AI agents from www.robinhoodradar.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a snapshot of the base dataset containing creators and tokens tracked by Robinhood Radar.

## Facts

- Endpoint: GET https://www.robinhoodradar.com/api/data
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinhood-radar-base-dataset-snapshot-035353fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6IqzCNjGb5XroP1nYp-8K

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-radar-base-dataset-snapshot-035353fb
```

Example prompt: Pull the Robinhood Radar base dataset snapshot so I can see the full list of tracked creators and tokens.

## When to prefer this

Use this endpoint when you need a broad, full-dataset snapshot of all creators and tokens tracked by Robinhood Radar in a single call, rather than filtered feeds or live-event streams. Prefer this for seeding analytics pipelines, building local caches, or doing exploratory research across the entire tracked universe.

## Known failure modes

- Payment not included or invalid — 402 Payment Required response
- Network timeout or server unavailability — 503 or connection error
- Malformed request headers — 400 Bad Request
- Dataset temporarily unavailable during refresh — 503 or empty response

## How this service works

Robinhood Radar base dataset snapshot (creators + tokens).

## Output

A JSON snapshot containing the base dataset of creators and tokens tracked by Robinhood Radar, including relevant metadata for each record such as creator identifiers and token details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinhood-radar-base-dataset-snapshot-035353fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.robinhoodradar.com](https://www.zero.xyz/host/www.robinhoodradar.com/llms.txt)
