# Raydium Memecoin Radar - Solana Live Detection

> Raydium Memecoin Radar - Solana Live Detection is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.05/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://kite-endpoints.vercel.app/api/raydium-memecoin-radar-solana-live-detection
- Price: $0.05/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-2c3143e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TLgSvjraX-yZn4VdBSdO-

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

Example prompt: Can you run the Raydium memecoin radar right now and show me what new memecoins have just launched or are trending live on Raydium on Solana?

## When to prefer this

Choose this endpoint when you need real-time detection of newly launched or trending memecoins specifically on the Raydium DEX on Solana. Prefer it over generic crypto price APIs when the goal is early discovery of new token launches rather than tracking established assets.

## Known failure modes

- Raydium or Solana RPC node downtime causing failed data fetch
- No new memecoins detected in the current time window returns empty result
- Rate limiting or upstream API throttling
- Stale or delayed data if Solana network is congested
- Malformed token metadata for brand-new unverified tokens

## 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 memecoins on the Raydium DEX on Solana, likely including token addresses, pool identifiers, liquidity amounts, launch timestamps, and token metadata such as name and symbol.

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