# Raydium Memecoin Radar – Solana Live Detection

> Raydium Memecoin Radar – Solana Live Detection is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Detects and surfaces newly launched or trending memecoins on the Raydium DEX on Solana in real time

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/raydium-memecoin-radar-solana-live-detection
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/raydium-memecoin-radar-solana-live-detection-e40595a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HUfS1akGm1o1mp5XEp3zh

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 raydium-memecoin-radar-solana-live-detection-e40595a7 -d '<json body>'
```

Example prompt: Can you scan Raydium right now and show me any memecoins that launched on Solana in the last hour with at least some liquidity — I want to catch early-stage tokens before they move?

## When to prefer this

Use this endpoint when you need real-time detection of new or trending memecoins specifically on the Raydium DEX on Solana, particularly for early-launch sniping, DEX monitoring bots, or alpha discovery workflows. Prefer this over generic token screeners when you specifically need Raydium pool creation events and Solana-native token data.

## Known failure modes

- Solana RPC congestion causing delayed or incomplete data
- No new token launches in the requested time window returning empty results
- Rate limiting or API quota exceeded returning an error
- Raydium pool data temporarily unavailable due to on-chain issues
- Invalid filter parameters causing a 400-level error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a list of newly detected or trending memecoin tokens on Raydium/Solana, including token name, ticker, contract address, liquidity pool details, launch timestamp, price, trading volume, and market cap where available.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/raydium-memecoin-radar-solana-live-detection-e40595a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
