# RadhikaChain Trace Scan — Chain Telemetry Endpoint

> RadhikaChain Trace Scan — Chain Telemetry Endpoint is a paid API for AI agents from x402.radhikachain.xyz, paid per call via x402, $0.858/call, status unknown (last checked 2026-09-15).

Returns real-time blockchain telemetry metrics including active IPs, prana score, new nodes, and daily prana accumulation for the RadhikaChain network

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/trace/scan
- Price: $0.858/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-trace-scan-chain-telemetry-endpoint-383ae13f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_396E5_OFFaGTlxQ_4wfwU

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 radhikachain-trace-scan-chain-telemetry-endpoint-383ae13f
```

Example prompt: Pull the latest RadhikaChain network telemetry scan — I want to see how many IPs are active, what the current prana score is, how many new nodes joined, and today's total prana accumulation.

## When to prefer this

Choose this endpoint when you need a lightweight, real-time snapshot of RadhikaChain network participation metrics (IP count, prana scoring, new node detection) without requiring account registration or subscription. Ideal for agents monitoring blockchain network health, tracking prana accumulation trends over time, or detecting changes in active node counts on a per-request basis with micro-payment settlement via x402 on Base.

## Known failure modes

- Payment not received or invalid x402 USDC payment on Base — returns 402 Payment Required
- Network telemetry unavailable — returns 503 or empty response
- Invalid or malformed request — returns 400
- Chain scan temporarily delayed due to ZK computation load — slow or timeout response

## How this service works

Telemetria de cadena, inteligencia de defensa y computo verificable (Halo2, Nova, Plonky3). Pago por peticion en USDC nativo en Base (eip155:8453) mediante x402 v2 scheme exact; sin cuenta ni suscripcion. Catalogo canonico: GET /.well-known/x402.

## Output

A JSON object containing: ips (number of active IPs in the network), prana (current network prana score as a float), nuevos (count of new nodes/participants), and prana_hoy (total prana accumulated today as a float). Example: {"ips":5,"prana":3.4556,"nuevos":2,"prana_hoy":1003.7932}.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ips": 5,
  "prana": 3.4556,
  "nuevos": 2,
  "prana_hoy": 1003.7932
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-trace-scan-chain-telemetry-endpoint-383ae13f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.radhikachain.xyz](https://www.zero.xyz/host/x402.radhikachain.xyz/llms.txt)
