Single token

One token's price/supply/corporate-action detail plus its own DeFi summary — a spot check, not a catalog dump. The same data backing the get_token MCP tool.

Path Parameters
  • symbol
    Type: string
    required

    Stock-token ticker, case-insensitive (e.g. NVDA).

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/agent/token/{symbol}
curl 'https://www.hoodgrow.com/api/agent/token/{symbol}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "chainId": 4663,
  "updatedAt": "2026-08-10T22:09:18.309Z",
  "token": {
    "symbol": "string",
    "name": "string",
    "address": "string",
    "priceUsd": null,
    "priceSource": "chainlink",
    "change24hPercent": null,
    "supply": null,
    "supplyAdjusted": true,
    "snapshotTs": null
  },
  "defi": {
    "morphoBestSupplyApy": null,
    "morphoBestSupplyApyMarketId": null,
    "uniswapTvlUsd": null,
    "uniswapPoolCount": 1
  },
  "pendingCorporateActions": [
    {
      "symbol": "string",
      "name": "string",
      "currentMultiplier": 1,
      "stagedMultiplier": 1,
      "change": "string",
      "effectiveAt": "2026-08-10T22:09:18.309Z",
      "checkedAt": "2026-08-10T22:09:18.309Z"
    }
  ],
  "recentCorporateActions": [
    {
      "symbol": "string",
      "name": "string",
      "type": "string",
      "typeLabel": "string",
      "status": "string",
      "statusLabel": "string",
      "processDate": "2026-08-10",
      "detail": "$0.47 per share",
      "details": null,
      "url": "https://example.com"
    }
  ]
}