# RadhikaChain MEV Opportunities — BSC Chain Telemetry

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

Returns MEV (maximal extractable value) opportunity signals and chain telemetry for the BSC (Binance Smart Chain) network via a live devp2p sensor feed

## Facts

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

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-31d9719a
```

Example prompt: Pull the latest MEV opportunity signals from the RadhikaChain BSC feed and tell me whether the sensor source is live and how many signals it detected.

## When to prefer this

Choose this endpoint when you need real-time MEV opportunity intelligence specifically for BSC (Binance Smart Chain / chain ID 56) and want pay-per-call access without subscription overhead via x402 USDC micropayments. Prefer this over subscription-based MEV APIs when you need on-demand spot checks or are running a cost-sensitive agent that only queries when needed. Note: the underlying sensor feed can time out; build retry logic or fallback handling for when fuente_viva is false.

## Known failure modes

- Source feed timeout: fuente_viva=false with URLError timed out, senales_totales=0 — the underlying devp2p sensor is unreachable
- Payment required: x402 payment header missing or incorrect USDC amount, returns 402 with payment details
- Invalid or expired payment: facilitator rejects stale or malformed USDC payment on Base
- Source URL unreachable: the sensor node at the listed IP is offline or firewalled
- Rate-limit or quota: repeated calls without valid payment are rejected at the x402 layer

## 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 URL of the live data source, a boolean indicating whether the source is currently reachable, an error message if the source timed out or failed, and the total number of MEV signals detected. In the example response the source was unreachable (timed out) and returned zero signals.

## 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-31d9719a/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)
