# RadhikaChain Attack Stats

> RadhikaChain Attack Stats is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $0.78/call, status unknown (last checked 2026-09-13).

Returns real-time blockchain attack telemetry stats — confirmed attacks, total packets, distinct witnesses, and minted PRANA — from a specific network sensor node.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/attacks/stats
- Price: $0.78/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-attack-stats-1ce454b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iKNremcByK1BFmDilHnKk

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-attack-stats-1ce454b7
```

Example prompt: Pull the latest attack stats from the RadhikaChain sensor node — I want to see how many confirmed attacks, total packets, distinct witnesses, and minted PRANA the seed-us-mia node has recorded.

## When to prefer this

Use this endpoint when you need aggregated, real-time blockchain attack telemetry and defense intelligence from a specific sensor node, especially when you want metrics like confirmed attack counts, packet volumes, witness counts, and PRANA minting — all without needing an account or subscription (pay-per-call via x402 in USDC on Base).

## Known failure modes

- Payment not provided or invalid x402 USDC payment on Base returns 402 Payment Required
- Node may return stale data if the sensor is temporarily offline
- Network errors or timeouts if the endpoint is under load
- Invalid or expired payment token results in authentication failure

## 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: the sensor node identifier (e.g. 'seed-us-mia'), total observation count, cumulative minted PRANA value, total packet count, number of distinct witnesses, and number of confirmed attacks detected by the node.

## 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": {
  "nodo": "seed-us-mia",
  "observaciones": 357200,
  "prana_acunado": 28426.64,
  "paquetes_totales": 1080049,
  "testigos_distintos": 7,
  "ataques_confirmados": 4888
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-attack-stats-1ce454b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.radhikatmosphere.com](https://www.zero.xyz/host/x402.radhikatmosphere.com/llms.txt)
