# RagRadar Market Pulse

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

Retrieves real-time on-chain market pulse intelligence across Base, Arbitrum, and Solana networks

## Facts

- Endpoint: GET https://backup.ragradar.space/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-d87da04f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hOtfczd2b4KQZwGHnl2Y_

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

Example prompt: Pull the current market pulse from RagRadar for on-chain activity across Base and Arbitrum — I want to know what the chain-level sentiment and metrics look like right now.

## When to prefer this

Use this endpoint when you need a quick, real-time snapshot of on-chain market conditions across multiple EVM-compatible and Solana networks, especially in agentic workflows requiring low-cost ($0.05 USDC) micropayment-gated blockchain intelligence.

## Known failure modes

- Payment not included or insufficient — 402 Payment Required response
- Invalid properties filter parameter — malformed request
- Network timeout if blockchain data feed is delayed
- Empty or stale data if on-chain indexer is behind
- Authentication/payment rejection if x402 micropayment fails

## How this service works

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

## Output

Returns a JSON object with status and on-chain market pulse data reflecting current blockchain activity metrics across supported networks (Base, Arbitrum, Solana).

## 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-d87da04f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
