# HoodGrow Markets Overview

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

Returns top gainers, top losers, highest 24h swap volume, and deepest Uniswap V3 liquidity (TVL) across all Robinhood Chain stock-token markets.

## Facts

- Endpoint: GET https://www.hoodgrow.com/api/agent/markets
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hoodgrow-markets-overview-2baca241
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KRMvLjHtlM25C73tMbbIR

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-markets-overview-2baca241
```

Example prompt: What are the top gaining and losing tokenized stocks on Robinhood Chain right now, and which ones have the highest swap volume and deepest Uniswap V3 liquidity?

## When to prefer this

Use this endpoint when you need a broad, ranked market overview of all Robinhood Chain tokenized stock tokens at once — covering gainers, losers, volume leaders, and TVL leaders in a single call. Prefer it over per-token endpoints when you don't know which specific ticker to query and want to discover market leaders or scan for opportunities across the entire catalog.

## Known failure modes

- Payment required (402): x402 micropayment of $0.05 USDC not provided or rejected
- Data staleness: on-chain data may lag by one block or indexing delay
- Empty results: if no markets are active or indexed yet
- Rate limiting: too many calls in quick succession may be throttled

## How this service works

HoodGrow — Robinhood Chain stock-token market movers: top gainers and losers by 24h price change, highest 24h swap volume, and deepest Uniswap V3 liquidity (TVL), ranked across the whole catalog.

## Output

A ranked catalog snapshot containing: top gainers sorted by 24h price change percentage, top losers sorted by 24h price change percentage, tokens ranked by highest 24h swap volume, and tokens ranked by deepest Uniswap V3 TVL — all across the full Robinhood Chain stock-token catalog.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/hoodgrow-markets-overview-2baca241/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)
