# RagRadar Solana NFT Token Lookup

> RagRadar Solana NFT Token Lookup is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Fetches on-chain metadata and details for a Solana NFT by its mint address

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/nft/solana/token/%7Bmint%7D
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-nft-token-lookup-1ecef138
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EQzgRrE6TQuQIG8k55nsS

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-solana-nft-token-lookup-1ecef138
```

Example prompt: Can you pull the on-chain metadata for the Solana NFT with mint address So11111111111111111111111111111111111111112 — I want to see its name, traits, collection, and current owner?

## When to prefer this

Use this endpoint when you need programmatic, on-chain NFT metadata for a specific Solana token by its mint address, especially within an agentic workflow that supports x402 micropayments. Prefer this over general Solana RPC calls when you want structured, pre-parsed NFT metadata without managing raw RPC infrastructure. It is part of a broader suite of 70+ blockchain intelligence endpoints across Base, Arbitrum, and Solana.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Mint address exists but is not an NFT (e.g. fungible token) may return empty or unexpected data
- Network latency or Solana RPC congestion may slow or fail the response
- Payment failure via x402 micropayment results in 402 status and no data returned
- Non-existent mint address returns a not-found error

## How this service works

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

## Output

Returns a JSON object containing on-chain metadata for the specified Solana NFT mint, typically including token name, symbol, image URI, collection identifier, on-chain attributes/traits, and current owner address, with a status field indicating success.

## 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-solana-nft-token-lookup-1ecef138/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)
