# GGWP Raydium Radar

> GGWP Raydium Radar is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.053727/call, status unknown (last checked 2026-09-15).

Fetches Raydium DEX market radar data including trending pools, token prices, and liquidity metrics on Solana

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/raydium-radar
- Price: $0.053727/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-raydium-radar-2b60817c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ArWI9_XGds5QAJx9M9URT

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 ggwp-raydium-radar-2b60817c -d '<json body>'
```

Example prompt: Can you pull up the Raydium radar right now and show me which pools are trending — I want to see liquidity and volume data for the hottest pairs on Solana.

## When to prefer this

Use this endpoint when you need real-time or near-real-time Raydium DEX market intelligence on Solana — trending pools, liquidity data, and volume metrics. Prefer it over generic crypto price APIs when you specifically need Raydium pool-level data rather than simple token spot prices.

## Known failure modes

- Raydium API unavailable or rate-limited, returning empty or error result
- Stale data if Raydium on-chain indexing is delayed
- Malformed response if upstream Raydium data source changes schema
- Payment failure on Base chain causing 402 rejection before query executes

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing Raydium DEX radar data, likely including trending pools, token pair metadata, liquidity depth, 24h trading volume, price changes, and fee/APY metrics for pools on the Solana blockchain.

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