# RagRadar Market Pulse

> RagRadar Market Pulse is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a real-time multi-chain market pulse snapshot covering DeFi activity, token trends, and on-chain signals across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/market/pulse
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-market-pulse-418239ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YMXvRrBG9mOUnJoW1jpUE

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 ragradar-market-pulse-418239ce
```

Example prompt: What's the current market pulse across Base, Arbitrum, and Solana right now — any notable on-chain trends or DeFi signals I should know about?

## When to prefer this

Use this endpoint when you need a broad, real-time cross-chain market overview rather than deep analysis of a single token or wallet. Best for dashboard-style market monitoring, alerting on macro DeFi conditions, or orienting an agent before drilling into more specific chain analytics.

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- Upstream chain RPC unavailable causing partial or stale data
- Rate limiting if too many requests in short window
- Invalid properties parameter returns malformed or empty response

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON object with status 'ok' and a multi-chain market pulse snapshot including real-time on-chain activity metrics, DeFi signals, token trends, and cross-chain market conditions across Base, Arbitrum, and Solana.

## Example request

```json
{
 "properties": "all"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-market-pulse-418239ce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
