# NFT AI Research Report

> NFT AI Research Report is a paid API for AI agents from x402-server-sandy.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Generates an AI-powered research report for any ERC-721/1155 NFT collection including mint date, floor price, ROI since mint, community lore, sentiment rating, and artist background

## Facts

- Endpoint: POST https://x402-server-sandy.vercel.app/research
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-server-sandy-vercel-app-437b6aea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_akW-fTS1tcJ6b43gfIPqG

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 x402-server-sandy-vercel-app-437b6aea -d '<json body>'
```

Example prompt: Can you pull a full AI research report on the Bored Ape Yacht Club NFT collection — contract address 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D on Ethereum — including the floor price, ROI since mint, community sentiment, and artist background?

## When to prefer this

Use this endpoint when you need a comprehensive, AI-synthesized research brief on a specific NFT collection covering both on-chain metrics (floor, ROI) and off-chain context (lore, sentiment, artist background). Prefer this over raw blockchain data APIs when you want human-readable narrative and sentiment classification rather than raw numbers, or when you need community and artist context not available from on-chain data alone.

## Known failure modes

- Invalid or unrecognized contract address returns an error or empty report
- Contract not found on specified chain (ethereum/base) results in lookup failure
- OpenSea API rate limits or downtime may cause incomplete floor price data
- Very obscure or newly minted collections may have insufficient data for sentiment or lore
- Missing required fields (contractAddress or chain) causes a validation error

## How this service works

AI research report for any NFT: mint date, current floor, ROI since mint, community lore, sentiment (BULLISH/BEARISH/NEUTRAL/RUGGED), and artist background. Powered by Gemini + OpenSea + Google Search grounding. Works with any ERC-721/1155 collection.

## Output

Returns a structured research report including mint date, current floor price, ROI since mint, community lore, sentiment classification (BULLISH, BEARISH, NEUTRAL, or RUGGED), and artist or team background for the specified NFT collection, powered by Gemini AI with OpenSea and Google Search grounding.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "enum": [
    "ethereum",
    "base"
   ],
   "type": "string",
   "description": "Blockchain"
  },
  "tokenId": {
   "type": "string",
   "description": "Token ID"
  },
  "collectionName": {
   "type": "string",
   "description": "Collection name for context"
  },
  "contractAddress": {
   "type": "string",
   "description": "NFT contract address (0x...)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-server-sandy-vercel-app-437b6aea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-server-sandy.vercel.app](https://www.zero.xyz/host/x402-server-sandy.vercel.app/llms.txt)
