# Raydium Memecoin Radar — Solana Live Detection

> Raydium Memecoin Radar — Solana Live Detection is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Detects and surfaces newly launched or trending memecoins on Raydium (Solana) in real time.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/raydium-memecoin-radar-solana-live-detection
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/raydium-memecoin-radar-solana-live-detection-b65d9aff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e_NuLRPoLnZpg80mre_2g

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

Example prompt: Can you scan Raydium right now and show me the newest memecoins that just launched on Solana — I want to see what's live and trending on the DEX at this moment?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time detection of newly launched or trending memecoins specifically on the Raydium DEX on Solana. Prefer it over general token screeners when the Solana/Raydium ecosystem is specifically in scope and speed of detection matters.

## Known failure modes

- Raydium or Solana RPC node unavailable — returns error or empty result
- No new memecoins detected in the current scan window — returns empty list
- Rate limit or payment failure via x402 — returns 402 Payment Required
- Stale or delayed data if on-chain indexer lags
- Schema mismatch — response wrapped in generic 'result' object with limited field detail

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a list of newly detected or trending memecoin tokens on the Raydium DEX on Solana, likely including token names, contract addresses, pool info, launch timestamps, and basic trading metrics such as volume or liquidity.

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