# RagRadar Market Pulse

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

Fetches real-time on-chain market pulse intelligence across Base, Arbitrum, and Solana blockchains for AI agents.

## Facts

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

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-cc322657
```

Example prompt: Can you pull the current on-chain market pulse from RagRadar and tell me what the overall activity looks like across Base, Arbitrum, and Solana right now?

## When to prefer this

Choose this endpoint when you need a quick, real-time snapshot of overall on-chain market conditions across multiple EVM and Solana chains simultaneously, especially when building AI agent workflows that require low-cost ($0.05 USDC) market-aware decision-making. Prefer this over general crypto price APIs when you need on-chain activity signals rather than just price data.

## Known failure modes

- Payment failure if x402 micropayment of $0.05 USDC is not properly authorized
- Empty or stale data if blockchain RPC nodes are lagging
- HTTP 402 if payment credentials are missing or invalid
- Generic {status: ok} response with no meaningful data if chain data is temporarily unavailable
- Rate limiting or timeout if too many simultaneous requests are made

## How this service works

On-chain intelligence for AI agents. 70+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns a JSON object containing on-chain market pulse metrics and status indicators reflecting current activity levels, market conditions, and chain health across Base, Arbitrum, and/or Solana networks.

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