# HoodGrow NVDA Holder Analytics

> HoodGrow NVDA Holder Analytics 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 holder count trend, 24-hour net supply change from mints and burns, and top-holder concentration metrics for the NVDA stock token on Robinhood Chain.

## Facts

- Endpoint: GET https://www.hoodgrow.com/api/agent/holders/NVDA
- 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-nvda-holder-analytics-9ac3f5da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IXbJGay_xF9frZEuy6629

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-nvda-holder-analytics-9ac3f5da
```

Example prompt: Can you pull the latest holder count trend, 24-hour mint and burn activity, and top-holder concentration for NVDA on Robinhood Chain from HoodGrow?

## When to prefer this

Choose this endpoint when you specifically need on-chain holder distribution and supply dynamics (mint/burn) for NVDA on Robinhood Chain, as opposed to price data or DeFi pool liquidity. It is the right choice when analyzing tokenization health, whale risk, or supply inflation for this specific equity token.

## Known failure modes

- Stale data if the 4-hour refresh cycle has not completed yet
- Token symbol mismatch if NVDA is delisted or renamed on Robinhood Chain
- Payment failure if x402 USDC payment of $0.05 is not completed
- Rate limiting or HTTP 402 if payment is not attached to the request
- Data gaps if explorer source is temporarily unavailable

## How this service works

HoodGrow — holder count trend, 24h net supply change (mint/burn), and top-holder concentration for NVDA on Robinhood Chain. Holder data is explorer-sourced and refreshed every 4 hours; supply changes are derived from our own on-chain supply snapshots.

## Output

Returns structured data including the trend in NVDA token holder counts over time, the 24-hour net supply change broken down into mint and burn components derived from on-chain supply snapshots, and a concentration metric showing how much of the supply the top holders control. Data is sourced from blockchain explorers and refreshed every 4 hours.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "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-nvda-holder-analytics-9ac3f5da/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)
