# HoodGrow Token Listing API

> HoodGrow Token Listing API is a paid API for AI agents from www.hoodgrow.com, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns machine-readable data for all stock tokens on Robinhood Chain, including live prices, corporate-action adjusted supplies, and pending/historical corporate actions.

## Facts

- Endpoint: POST https://www.hoodgrow.com/api/agent/tokens
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hoodgrow-token-listing-api-52298ff7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m4Gy2vf2-gA8lPseZvXRT

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 hoodgrow-token-listing-api-52298ff7 -d '<json body>'
```

Example prompt: Pull the full list of stock tokens on Robinhood Chain from HoodGrow, including their live prices, corporate-action adjusted supplies, and any pending corporate actions.

## When to prefer this

Use this endpoint when you need a comprehensive, machine-readable overview of all tokenized stocks on Robinhood Chain in a single call, especially when you need live prices alongside corporate-action adjusted supply and action history. Prefer it over the per-token sibling endpoints when you want the full universe of tokens rather than data for a specific ticker.

## Known failure modes

- Payment not received — x402 payment required before data is returned
- No tokens available — empty list if no tokens are currently listed on Robinhood Chain
- Network timeout — slow response if the underlying chain data is delayed
- Invalid query parameters — malformed request returns an error
- Rate limiting — excessive calls may be throttled

## Output

A machine-readable list of all stock tokens on Robinhood Chain, each including the live price, corporate-action adjusted circulating supply, and a record of pending and historical corporate actions (such as splits and dividends).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hoodgrow-token-listing-api-52298ff7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.hoodgrow.com](https://www.zero.xyz/host/www.hoodgrow.com/llms.txt)
