# Losbeto Multi-Chain Arbitrage

> Losbeto Multi-Chain Arbitrage is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Returns multi-chain arbitrage opportunity data across Solana and Base networks, payable via USDC micropayment.

## Facts

- Endpoint: GET https://api.losbeto.xyz/multi-chain-arbitrage
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-multi-chain-arbitrage-257ffbfd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JHvCJVElNu8IMTCBu4nf-

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 losbeto-multi-chain-arbitrage-257ffbfd
```

Example prompt: Can you check for current multi-chain arbitrage opportunities between Solana and Base right now — I want to see where there are profitable price spreads I can act on?

## When to prefer this

Choose this endpoint when you need cross-chain arbitrage data specifically spanning Solana and Base networks and are comfortable paying $0.15 USDC per call via the x402 micropayment protocol. Best suited for AI trading agents that are already integrated with the x402 payment flow and need low-cost programmatic access to arbitrage signals without building their own price aggregation infrastructure.

## Known failure modes

- Payment not included or insufficient USDC (402 Payment Required)
- Malformed or missing query parameters returns unclear error
- No arbitrage opportunities currently available returns empty result
- Rate limiting or overload on the provider side
- Undocumented schema changes break downstream parsing

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

A JSON response containing current arbitrage opportunities identified across Solana and Base networks, likely including token pairs, price differentials, estimated profit margins, and chain routing information. Exact schema is minimally documented.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Real-time cross-chain spread scanner across Solana, Base and Ethereum. Flags USDC/USDT/SOL/ETH opportunities above 0.5% in under 200ms.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-multi-chain-arbitrage-257ffbfd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.losbeto.xyz](https://www.zero.xyz/host/api.losbeto.xyz/llms.txt)
