# HoodGrow NVDA Token Data

> HoodGrow NVDA Token Data 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 live Chainlink-sourced price, corporate-action-adjusted token supply, and corporate-action history for NVDA on Robinhood Chain

## Facts

- Endpoint: GET https://www.hoodgrow.com/api/agent/token/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-token-data-7096b14d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-K9zG-bNnwf2VXsnEg5Qv

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-token-data-7096b14d
```

Example prompt: What's the current on-chain price and corporate-action-adjusted supply for NVDA on Robinhood Chain, and have there been any recent splits or dividends detected from the contract?

## When to prefer this

Choose this endpoint when you need NVDA-specific on-chain price and supply data from Robinhood Chain with corporate-action adjustments baked in, especially when you need early detection of splits or dividends ahead of official registries. Prefer this over generic DEX price APIs when you want Chainlink-sourced prices with ERC-8056 compliance, or when corporate action history for NVDA is needed alongside live price.

## Known failure modes

- Payment not included or insufficient (x402 payment required, $0.05 USDC per call)
- Chainlink feed temporarily unavailable leading to stale or missing price data
- NVDA token contract not deployed or unreachable on Robinhood Chain
- Rate limiting or network congestion on Robinhood Chain causing delayed response
- Invalid or missing authentication/payment header returns 402 error

## How this service works

HoodGrow — live price, corporate-action adjusted supply, and corporate-action history for NVDA on Robinhood Chain. Prices read from Chainlink feeds on-chain, refreshed every 15 min; observedAt gives each snapshot's age and priceSource the resolver. Supply is totalSupply x ERC-8056 uiMultiplier — adjusted, not raw. Corporate actions detected from the contract's ERC-8056 state every minute, ahead of the official registry, mirrored alongside for history.

## Output

Returns a JSON object containing the live NVDA token price sourced from Chainlink feeds (refreshed every 15 minutes), the corporate-action-adjusted total supply (totalSupply × ERC-8056 uiMultiplier), a timestamp (observedAt) indicating snapshot age, the priceSource resolver identifier, and a history of corporate actions (splits, dividends, etc.) detected from the on-chain ERC-8056 contract 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"
     ],
     "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-token-data-7096b14d/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)
