# Robinhood Radar Live Reranked Board

> Robinhood Radar Live Reranked Board 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 live, reranked leaderboard of creator ratings and token all-time-high/price data from the Robinhood Radar platform.

## Facts

- Endpoint: GET https://www.robinhoodradar.com/api/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-live-reranked-board-ca6f0d29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_no6hiAWYp-o9-0mWgM73T

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-live-reranked-board-ca6f0d29
```

Example prompt: Pull up the live Robinhood Radar leaderboard right now — I want to see the current creator ratings and which tokens are near or at their all-time highs.

## When to prefer this

Choose this endpoint when you need the latest, live-reranked view of creator ratings and token ATH/price data from Robinhood Radar, as opposed to the static board snapshot endpoint which is a build-time artefact. Prefer this over the base dataset snapshot when you need real-time rankings rather than a raw data dump.

## Known failure modes

- Payment not included or rejected — returns 402 Payment Required
- Board data temporarily unavailable — returns 503 or empty dataset
- Rate limiting if called too frequently — returns 429 Too Many Requests
- Malformed query parameters — returns 400 Bad Request

## How this service works

Robinhood Radar live reranked board: creator ratings and token ATH/price table.

## Output

A live, reranked board containing creator ratings/scores and a table of tracked tokens with their current prices and all-time-high (ATH) values, ranked and refreshed in real time.

## 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-live-reranked-board-ca6f0d29/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)
