# RagRadar Solana New Tokens

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

Returns a list of newly launched tokens on the Solana blockchain for on-chain intelligence and monitoring

## Facts

- Endpoint: GET https://backup.ragradar.space/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-31fc4492
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JfxJmsmRBqP8vdRcBeEgx

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-31fc4492
```

Example prompt: Pull up the newest tokens that just launched on Solana so I can see what's hitting the market right now.

## When to prefer this

Use this endpoint when you need real-time discovery of newly launched tokens specifically on Solana. Prefer this over generic blockchain explorers when you need structured, agent-friendly JSON output with x402 micropayment access and no API key management. Best for DeFi monitoring agents, token sniping workflows, or market intelligence pipelines focused on the Solana ecosystem.

## Known failure modes

- Payment not provided or insufficient USDC via x402 — returns 402 Payment Required
- Invalid or malformed properties filter — returns 400 Bad Request
- Solana RPC node unavailable — returns 503 Service Unavailable
- No new tokens found in the requested window — returns empty result set with status ok
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

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

## Output

A JSON response containing a list of newly created tokens on the Solana blockchain, likely including token addresses, names, symbols, creation timestamps, and other on-chain metadata relevant to recently launched SPL tokens.

## 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-31fc4492/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)
