# RadhikaChain — Live Triangular Arbitrage Scanner (BSC)

> RadhikaChain — Live Triangular Arbitrage Scanner (BSC) is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $8.58/call, status unknown (last checked 2026-09-15).

Returns live triangular arbitrage cycles, quotes, and best routes on BNB Smart Chain, gated by per-request USDC payment via x402.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/arb/live
- Price: $8.58/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-live-triangular-arbitrage-scanner-bsc-0c41a2cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z8ivNsp8bGW5TQASrzxwL

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-live-triangular-arbitrage-scanner-bsc-0c41a2cc
```

Example prompt: Pull the latest live triangular arbitrage cycles and best routes on BNB Smart Chain right now — I want the top opportunities by basis points and which route to take.

## When to prefer this

Choose this endpoint when you need real-time triangular arbitrage cycle data specifically on BNB Smart Chain (chain_id 56) with no subscription or account setup — pay per call in USDC via x402. Prefer it over general DEX aggregators when you need raw cycle enumeration with basis point scoring and scan timing for latency-sensitive trading logic.

## Known failure modes

- Payment not provided or invalid x402 token: returns gated/redacted response with placeholder data
- Payment amount incorrect (not exactly $1.65 USDC): request rejected or unprocessed
- No live arbitrage cycles detected at scan time: cycles array may be empty
- BSC node or RPC unavailability: delayed or error response
- Rate limiting or capacity issues on the RadhikaChain infrastructure

## 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 arbitrage type ('arbitraje_triangular_live'), chain identifier (BSC, chain_id 56), and — after payment — an array of active cycles, token quotes, best basis points (best_bps), best route path, and scan latency in milliseconds (scan_ms).

## 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": {
  "tipo": "arbitraje_triangular_live",
  "cadena": "bsc",
  "chain_id": 56,
  "dato_live": "redactado_hasta_pago",
  "campos_tras_pago": [
   "cycles",
   "quotes",
   "best_bps",
   "best_route",
   "scan_ms"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-live-triangular-arbitrage-scanner-bsc-0c41a2cc/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)
