# RagRadar Solana New Tokens

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

Fetches newly launched tokens on the Solana blockchain for on-chain intelligence and analysis.

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/solana/new-tokens
- Price: $0.01/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-new-tokens-2d910600
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g7JGyU6_IA8uAReZDPc3r

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-new-tokens-2d910600
```

Example prompt: Pull the latest newly launched tokens on Solana from RagRadar so I can see what fresh projects just hit the chain.

## When to prefer this

Choose this endpoint when you need real-time discovery of newly created tokens on the Solana blockchain specifically. It is ideal for token sniping bots, DeFi research agents, and monitoring pipelines that need early awareness of new SPL token launches. Prefer this over generic block explorers when you want structured, agent-ready data with x402 micropayment access.

## Known failure modes

- No new tokens found in the time window returns empty list
- Invalid or malformed query properties return an error response
- Rate limiting or payment failure (x402) blocks the request
- Solana RPC node downtime may cause stale or missing data
- Network timeout if Solana chain is congested

## How this service works

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

## Output

A JSON response containing a list of newly launched tokens on the Solana blockchain, including token addresses, metadata, and launch-related information such as creation timestamps.

## 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-new-tokens-2d910600/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)
