# RadhikaChain — Malla Clima (Network Activity Telemetry)

> RadhikaChain — Malla Clima (Network Activity Telemetry) is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $12.896/call, status unknown (last checked 2026-09-14).

Returns a structured snapshot of network activity 'climate' across the RadhikaChain mesh, including node probe counts, coordinated-attack intelligence, and trend interpretation.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/malla/clima
- Price: $12.896/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-malla-clima-network-activity-telemetry-53bd036b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c5f4WTHoq_E0MXlKQWOxX

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-malla-clima-network-activity-telemetry-53bd036b
```

Example prompt: What's the current network activity climate on the RadhikaChain mesh — is traffic stable or are there any coordinated probe campaigns hitting multiple nodes right now?

## When to prefer this

Choose this endpoint when you need a real-time, human-interpretable summary of network health and threat climate across the RadhikaChain p2p mesh — particularly when you want to distinguish coordinated attacks from random noise, or identify which node is under the most pressure. It is pay-per-call with no subscription, making it ideal for on-demand spot checks by agents or monitoring pipelines. Prefer alternatives if you need raw per-transaction mempool data (use the sibling mempool telemetry endpoint) or cryptographic proof generation (Halo2/Nova/Plonky3 compute endpoints).

## Known failure modes

- Payment not provided or rejected — 402 response requiring USDC payment on Base (eip155:8453) via x402 v2
- No data available if mesh has zero active nodes
- Stale or delayed data if telemetry sensors are temporarily offline
- Empty detalle_coordinados array when no coordinated sources are detected (normal, not an error)
- Rate limits or service unavailability returning 503 if the endpoint is overloaded

## 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 with: 'estado' (overall activity state string, e.g. 'actividad estable'), 'interpretacion' object with a 'tendencia' (trend analysis distinguishing spikes from sustained rises) and 'coordinado' (explanation of coordinated vs. casual scanning patterns), 'nodo_mas_golpeado' identifying the most-probed node and its probe count, 'nodos_en_la_malla' count of active nodes, 'origenes_coordinados' count of coordinated source IPs, and 'detalle_coordinados' array with details on coordinated actors.

## 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": {
  "estado": "actividad estable",
  "interpretacion": {
   "tendencia": "se compara la ultima hora con la anterior; un pico aislado no es clima, tres horas de subida si",
   "coordinado": "una IP que golpea varios nodos revela una campaña, no un escaneo casual"
  },
  "nodo_mas_golpeado": {
   "nodo": "seed",
   "sondeos": 2167520598
  },
  "nodos_en_la_malla": 1,
  "detalle_coordinados": [],
  "origenes_coordinados": 0
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-malla-clima-network-activity-telemetry-53bd036b/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)
