# Raydium Memecoin Radar - Solana Live Detection

> Raydium Memecoin Radar - Solana Live Detection is a paid API for AI agents from kite-hub-v2.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 Raydium (Solana DEX) in real time

## Facts

- Endpoint: POST https://kite-hub-v2.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-1aa743e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_82g_q-pScMc3D-vs_v-p-

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-1aa743e3 -d '<json body>'
```

Example prompt: Pull up the live Raydium memecoin radar and show me the newest tokens just detected on Solana — I want to see what fresh memecoins have launched in the last few minutes.

## When to prefer this

Use this endpoint when you need real-time or near-real-time detection of newly launched memecoins specifically on the Raydium DEX on Solana. Prefer this over general crypto data APIs when you want to catch early memecoin launches before they appear on aggregator sites, or when building a Solana-native token sniping or monitoring workflow.

## Known failure modes

- No new memecoins detected in the current scan window — empty result set
- Raydium RPC node unavailable or congested — timeout or 503 error
- Solana network congestion causing stale or delayed data
- Invalid request body structure returns 400 bad request
- Payment failure (insufficient USDC) returns 402 Payment Required

## 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 result object containing live detection data for newly launched or trending memecoins on Raydium, likely including token addresses, pool information, launch timestamps, liquidity metrics, and trading signals for recently detected Solana memecoins.

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