# RadhikaChain Market Regime Classifier

> RadhikaChain Market Regime Classifier is a paid API for AI agents from x402.radhikachain.xyz, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns live market-regime labels (trend, chop, or stress) for monitored assets based on real-time computed features from the swarm.

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/regimes
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-market-regime-classifier-0c9279a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gZmgp7q7_lSM7M7kUqfIQ

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-market-regime-classifier-0c9279a7
```

Example prompt: What's the current market regime across the monitored assets — is the swarm seeing trend, chop, or stress conditions right now?

## When to prefer this

Use this endpoint when you need real-time, swarm-attested market regime classification (trend / chop / stress) from a decentralized multi-node consensus system rather than a single-source indicator or delayed analytical report. Prefer this over static or blog-style regime signals when low-latency regime awareness is critical for agent-driven trading decisions or risk management.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- Swarm data temporarily unavailable — may return 503 or empty regime set
- Network timeout if swarm consensus is delayed
- Stale features if swarm nodes are lagging — regime labels may briefly reflect old state

## 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 response containing market-regime classifications for the monitored assets — each asset or aggregate labeled as one of: trend, chop, or stress — derived from live features computed by the RadhikaChain swarm network, not delayed or cached data.

## 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": {
  "ok": true,
  "rows": [
   [
    "ENA",
    0.3945020505935163,
    0.501969689349865,
    60,
    "aleatorio",
    null,
    0.15805
   ],
   [
    "ETH",
    0.4034017151142713,
    0.4488878502967207,
    95,
    "anti-persistente",
    "LONG (reversion)",
    2516
   ]
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-market-regime-classifier-0c9279a7/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)
