# RagRadar Solana New Tokens

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

Returns a list of newly launched tokens on the Solana blockchain for degen and early-opportunity discovery

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-875530f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t7U9tJUZt3yY6XCoj99Nh

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-875530f2
```

Example prompt: Show me the newest tokens that just launched on Solana — I want to find early degen opportunities before they pump.

## When to prefer this

Use this endpoint when you want to discover newly launched tokens on Solana specifically, especially for degen trading signals, early-entry opportunities, or monitoring new project launches. Prefer this over general token search endpoints when recency on Solana is the primary concern.

## Known failure modes

- No new tokens found in the current window returns empty array
- Invalid filter properties return 400 bad request
- Rate limiting or payment failure returns 402
- Solana RPC unavailability may cause 503 or timeout
- Malformed property query parameters may return validation error

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON list of recently created Solana tokens including token addresses, names, symbols, and launch metadata to help identify early-stage trading opportunities.

## Example request

```json
{
 "properties": ""
}
```

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