# RagRadar Solana NFT Token Metadata Lookup

> RagRadar Solana NFT Token Metadata Lookup is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-10).

Fetches on-chain NFT token metadata and intelligence for a given Solana mint address

## Facts

- Endpoint: GET https://backup.ragradar.space/api/nft/solana/token/%7Bmint%7D
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-nft-token-lookup-de7b9b68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c8ur2Ohqq9h9AxQ-Vzo6a

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-de7b9b68
```

Example prompt: Can you pull up the on-chain NFT metadata for the Solana mint address DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 using RagRadar?

## When to prefer this

Use this endpoint when you need on-chain NFT token metadata specifically on the Solana blockchain and want to pay per-call via x402 micropayments without a subscription. Prefer this over generic blockchain explorers when building AI agents that need programmatic, structured NFT intelligence.

## Known failure modes

- Invalid or malformed Solana mint address returns an error response
- Mint address does not correspond to a known NFT token
- Network or RPC node unavailability causes timeout
- Payment not fulfilled via x402 micropayment results in 402 response
- Rate limiting if too many requests are made in quick succession

## How this service works

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

## Output

A JSON object containing on-chain NFT metadata for the specified Solana mint address, including token status and associated properties returned as {status: 'ok', ...token data}.

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