# Raydium Memecoin Radar — Solana Live Detection

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

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

## Facts

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

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

Example prompt: Show me the latest memecoins that just launched on Raydium on Solana — I want live detection of new pools as they go live so I can spot early opportunities.

## When to prefer this

Choose this endpoint when you need real-time, live detection of newly launched memecoin pools specifically on the Raydium DEX on Solana. Prefer it over generic token scanners when you want Raydium-specific pool creation signals and early memecoin radar functionality on Solana.

## Known failure modes

- No new memecoins detected in current scan window — returns empty result set
- Raydium or Solana RPC downtime causes stale or failed detection
- Rate limiting or quota exhaustion returns error
- Payment failure via x402 protocol blocks the call
- Malformed response if upstream Raydium data is unavailable

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a set of newly detected or trending memecoin tokens/pools on Raydium (Solana), likely including token addresses, pool metadata, launch timestamps, liquidity data, and other trading signals relevant to early memecoin discovery.

## Request schema (JSON Schema)

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

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