# RagRadar NFT Collection Info

> RagRadar NFT Collection Info is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Fetches on-chain NFT collection metadata and intelligence for a given contract address on a specified blockchain

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/nft/collection/%7Bchain%7D/%7Bcontract%7D
- 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/ragradar-nft-collection-info-3e45681c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yZtBwS6CHGPKwWDM7HMSk

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 ragradar-nft-collection-info-3e45681c
```

Example prompt: Can you pull up the on-chain collection details for the NFT contract 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D on Base using RagRadar?

## When to prefer this

Use this endpoint when you need on-chain NFT collection-level metadata (not individual token data) for a known contract address on Base, Arbitrum, or Solana. Prefer this over general blockchain explorers when you need structured, agent-ready JSON data with micropayment access via x402. Best for agents performing NFT due diligence, portfolio analysis, or cross-chain collection research.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Contract address not found on the specified chain returns empty or error response
- Malformed contract address format causes request failure
- Unsupported blockchain network results in no data
- Rate limiting or payment failure via x402 blocks the request

## How this service works

On-chain intelligence for AI agents. 70+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns a JSON object with on-chain NFT collection metadata for the specified contract, including collection name, token supply, chain, contract address, and other available on-chain attributes. Status field indicates whether the lookup succeeded.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-nft-collection-info-3e45681c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
