# RagRadar Market Pulse

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

Retrieves real-time multi-chain crypto market pulse data including on-chain signals across Base, Arbitrum, and Solana

## Facts

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

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-27d52cc1
```

Example prompt: Give me the current market pulse across Base, Arbitrum, and Solana — I want to see the latest on-chain signals and overall market health right now.

## When to prefer this

Use this endpoint when you need a quick, real-time snapshot of overall crypto market conditions across Base, Arbitrum, and Solana simultaneously. Prefer this over single-chain analytics when cross-chain market comparison or a holistic DeFi market pulse is needed. Best suited for agents monitoring market health or triggering downstream actions based on broad market signals.

## Known failure modes

- Payment not received (402 response requiring USDC payment before data is returned)
- Invalid or missing query parameters return schema validation errors
- Chain data unavailable due to RPC outage returns partial or error response
- Rate limiting if too many calls made in short succession
- Empty or minimal response if market data pipeline is delayed

## How this service works

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

## Output

Returns a JSON object with market pulse status and on-chain analytics signals aggregated across Base, Arbitrum, and Solana blockchains, including market health indicators and real-time chain activity data.

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