# RagRadar NFT Owners Lookup

> RagRadar NFT Owners Lookup is a paid API for AI agents from ragradar.space, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns the list of owners for a specific NFT token by chain, contract address, and token ID

## Facts

- Endpoint: GET https://ragradar.space/api/nft/owners/%7Bchain%7D/%7Bcontract%7D/%7BtokenId%7D
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-nft-owners-lookup-435c407a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9W0q1CluKZ93gr2rBRsqk

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-owners-lookup-435c407a
```

Example prompt: Who are the current owners of token ID 42 from the NFT contract 0xABC123 on Base? Pull that from RagRadar's on-chain NFT ownership data.

## When to prefer this

Use this endpoint when you need to identify who currently owns a specific NFT token across Base, Arbitrum, or Solana chains. Prefer this over generic blockchain explorers when you need structured, AI-ready ownership data without manual parsing of raw RPC responses.

## Known failure modes

- Invalid chain identifier returns error or empty result
- Non-existent contract address returns no data
- Token ID not found on the specified chain returns empty or 404-like response
- Rate limiting or payment failure returns 402 or 429
- Malformed contract address causes parsing error

## How this service works

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

## Output

A JSON object containing ownership information for the specified NFT token, including wallet addresses of current holders on the requested chain (Base, Arbitrum, or Solana).

## 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-owners-lookup-435c407a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
