# RagRadar Solana NFT Token Info

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

Fetches on-chain intelligence and metadata for a specific Solana NFT token by its mint address

## Facts

- Endpoint: GET https://ragradar.space/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-info-7f4135f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sT9IMTIGPDR7LHRqs38Gz

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-info-7f4135f4
```

Example prompt: Pull up the on-chain token info for this Solana NFT mint address: DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 — I want to see its metadata and current status.

## When to prefer this

Use this endpoint when you need quick on-chain metadata and status for a specific Solana NFT token identified by its mint address, as part of the RagRadar multi-chain analytics suite which covers Solana degen tools specifically.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Mint address not found on Solana returns empty or not-found status
- Network or RPC timeout results in a 5xx error
- Missing mint address parameter causes a 400 bad request

## How this service works

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

## Output

Returns on-chain metadata and status information for the specified Solana NFT mint, including token attributes and related on-chain data in JSON format.

## 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-info-7f4135f4/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)
