# BlackBobs.ai Raydium Radar

> BlackBobs.ai Raydium Radar is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.053727/call, status unknown (last checked 2026-09-14).

Scans Raydium DEX on Solana to surface trending pools, liquidity movements, and trading signals in real time

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/raydium-radar
- Price: $0.053727/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-raydium-radar-cbd3a508
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jRxLPB5oN_0_LUzvVNY4H

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 blackbobs-ai-raydium-radar-cbd3a508 -d '<json body>'
```

Example prompt: Run a Raydium Radar scan and show me the top trending Solana liquidity pools right now — I want to see which pairs are seeing unusual volume or fresh liquidity.

## When to prefer this

Choose this endpoint when you need real-time Raydium DEX intelligence on Solana — specifically for discovering trending pools, detecting liquidity events, or generating trading signals on Solana-native assets. Prefer this over generic crypto price APIs when Raydium-specific pool-level data (liquidity, volume, new pairs) is the core need.

## Known failure modes

- Raydium RPC node unavailable — returns error with upstream failure message
- No pools match filter criteria — returns empty result set
- Rate limit exceeded on underlying data source — returns 429-equivalent error
- Stale data if Solana network is congested
- Invalid input parameters — returns validation error

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns structured data about Raydium DEX pools including trending pairs, volume metrics, liquidity depth, pool addresses, and trading activity signals that can be used to identify opportunities or monitor market conditions on Solana.

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