# HoodGrow NVDA DeFi Markets

> HoodGrow NVDA DeFi Markets 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 snapshotted state of every Morpho lending market and Uniswap V3 pool involving NVDA on Robinhood Chain, updated every 15 minutes

## Facts

- Endpoint: GET https://www.hoodgrow.com/api/agent/defi/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-defi-markets-c1496ad5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6sduICyfXv4aoCh36aXfk

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-defi-markets-c1496ad5
```

Example prompt: Pull the latest Morpho lending market and Uniswap V3 pool data for NVDA on Robinhood Chain so I can see current borrow rates and pool liquidity.

## When to prefer this

Use this endpoint when you specifically need on-chain DeFi state (lending rates, pool liquidity, Uniswap V3 tick data) for the NVDA tokenized equity on Robinhood Chain. Prefer this over generic price feeds when you need Morpho protocol parameters or Uniswap pool depth. It is the most targeted source for NVDA DeFi data on Robinhood Chain, combining both lending and AMM markets in one call.

## Known failure modes

- Stale data if snapshot cycle is delayed (up to 15 minutes behind real-time)
- NVDA market may have zero pools if not yet deployed on Robinhood Chain
- Payment failure if 0.05 USDC x402 payment is not correctly attached
- Rate limiting or upstream chain RPC failures causing read errors
- Empty result set if no Morpho markets or Uniswap V3 pools exist for NVDA at query time

## How this service works

HoodGrow — every Morpho lending market and Uniswap V3 pool involving NVDA on Robinhood Chain. Morpho market and Uniswap V3 pool state is read on-chain and snapshotted every 15 minutes; responses carry the snapshot timestamp.

## Output

A snapshotted response (refreshed every 15 minutes) containing the on-chain state of all Morpho lending markets and Uniswap V3 pools involving the NVDA tokenized equity on Robinhood Chain, including pool pricing, liquidity, borrow/supply rates, and the snapshot timestamp.

## 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-defi-markets-c1496ad5/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)
