# RagRadar Solana New Tokens

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

Fetches newly launched tokens on the Solana blockchain for degen and early-mover intelligence

## Facts

- Endpoint: GET https://ragradar.space/api/solana/new-tokens
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-new-tokens-0b7cd308
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EConZcV1ESaHoMB1Urzfs

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-0b7cd308
```

Example prompt: Can you pull up the newest tokens that just launched on Solana — I want to catch any fresh degen plays before they pump.

## When to prefer this

Use this endpoint when you need real-time discovery of newly deployed tokens on Solana specifically — ideal for degen traders, sniper bots, or early-entry strategies. Prefer this over general token search endpoints when recency and Solana-native launch timing is the primary concern.

## Known failure modes

- No new tokens in the requested window returns an empty list
- Invalid property filter parameter returns a 400 error
- Payment not received results in 402 Payment Required
- Solana RPC node latency may cause stale or delayed results
- Rate limiting may occur under high call volume

## How this service works

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

## Output

A JSON list of newly created Solana tokens including token addresses, names, and launch metadata, returned as a status-ok response with token details for early-mover analysis.

## 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-0b7cd308/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)
