# Robinhood Radar Discovery Board Snapshot

> Robinhood Radar Discovery Board 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 static build-time snapshot of the Robinhood Radar discovery board listing creators and tokens.

## Facts

- Endpoint: GET https://www.robinhoodradar.com/api/discovery-board
- 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-discovery-board-snapshot-cbb53d80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ou7nu_vFEk1Jy4q9gINp5

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-discovery-board-snapshot-cbb53d80
```

Example prompt: Pull me the latest Robinhood Radar discovery board snapshot so I can see which creators and tokens are currently featured.

## When to prefer this

Use this endpoint when you need a stable, build-time snapshot of the Robinhood Radar discovery board rather than a live or continuously updated feed. Prefer this over the live reranked board endpoint when you want a consistent baseline dataset for seeding dashboards, batch analysis, or offline processing. It is the lowest-latency option for getting a broad view of featured creators and tokens.

## Known failure modes

- Payment not included or insufficient — 402 Payment Required response
- Endpoint temporarily unavailable — 503 or 500 error
- Stale data if the board has not been recently rebuilt
- Empty or minimal board if no tokens were indexed at build time

## How this service works

Robinhood Radar board snapshot (build-time discovery artefact).

## Output

A static build-time snapshot of the Robinhood Radar discovery board, including creator and token entries as they existed at the time of the last build. The response is a JSON object representing the board state.

## 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-discovery-board-snapshot-cbb53d80/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)
