# RadhikaChain MEV Opportunities — BSC Chain Telemetry

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

Returns MEV (Maximal Extractable Value) opportunity signals and chain telemetry for BSC (BNB Smart Chain), including source liveness status and signal counts

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/mev/oportunidades
- Price: $7.696/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-mev-opportunities-bsc-chain-telemetry-4b713ac0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nFnOfQFPAsWfuY0Q5TT2z

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-mev-opportunities-bsc-chain-telemetry-4b713ac0
```

Example prompt: Pull the latest MEV opportunity signals from RadhikaChain for BSC (chain 56) and tell me how many signals are live and whether the data source is responding.

## When to prefer this

Choose this endpoint when you need MEV opportunity signals specifically for BSC (BNB Smart Chain, chain ID 56) without requiring account registration or subscription — it accepts per-call USDC payments via x402. Prefer it for lightweight, pay-as-you-go MEV telemetry polling in automated DeFi bots or arbitrage pipelines. Not suitable if you need MEV data for Ethereum mainnet or other EVM chains, or if the signal source liveness errors are unacceptable for your latency requirements.

## Known failure modes

- Source feed timeout: fuente_viva=false with URLError timed out, senales_totales=0
- Upstream MEV source unreachable: connection refused or DNS failure returned in error_fuente field
- Payment not accepted: x402 payment header missing or insufficient USDC amount ($1.48 required)
- Non-200 HTTP response if x402 payment handshake fails
- Stale or empty signal data if BSC node connectivity is degraded

## 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 chain name (e.g. 'bsc'), chain ID (e.g. 56), the signal source URL, a boolean indicating whether the source is live, total signals detected, and an error message if the source is unreachable (e.g. URLError timeout). Returns zero signals and an error string when the upstream feed is down.

## 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": {
  "cadena": "bsc",
  "fuente": "http://172.200.248.64:8419/senales",
  "chain_id": 56,
  "fuente_viva": false,
  "error_fuente": "URLError: <urlopen error timed out>",
  "senales_totales": 0
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-mev-opportunities-bsc-chain-telemetry-4b713ac0/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)
