# Sna4an Raydium Radar API

> Sna4an Raydium Radar API is a paid API for AI agents from sna4an-crypto.vercel.app, paid per call via x402, $0.185/call, status unknown (last checked 2026-09-15).

Fetches Raydium DEX radar data on the Solana blockchain via a proxied RapidAPI sub-endpoint

## Facts

- Endpoint: POST https://sna4an-crypto.vercel.app/api/raydium-radar
- Price: $0.185/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-raydium-radar-api-fd64d95d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6JzLN9_NNWXjbUWbwAHlx

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 sna4an-raydium-radar-api-fd64d95d -d '<json body>'
```

Example prompt: Pull the latest Raydium radar data for trending Solana token pairs — use the pools sub-endpoint with no extra filters and show me what's hot right now.

## When to prefer this

Choose this endpoint when you need Raydium-specific DEX and liquidity pool data on the Solana ecosystem, especially when monitoring trending token pairs or radar signals. Prefer this over generic crypto price APIs when you specifically need Raydium AMM or pool-level insights.

## Known failure modes

- Invalid or unrecognized RapidAPI sub-endpoint path returns error
- Missing or malformed params object causes bad request
- RapidAPI upstream rate limit or outage returns 5xx error
- Payment not processed results in 402 response
- Empty or stale data returned if Raydium pools have no recent activity

## How this service works

Cryptocurrency data, Solana ecosystem, and blockchain APIs

## Output

Returns a JSON object containing Raydium DEX radar metrics such as pool data, token pair activity, liquidity figures, and other Solana DeFi signals proxied from the underlying RapidAPI data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-raydium-radar-api-fd64d95d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-crypto.vercel.app](https://www.zero.xyz/host/sna4an-crypto.vercel.app/llms.txt)
