# Losbeto Arbitrage — x402 AI Trading Swarm

> Losbeto Arbitrage — x402 AI Trading Swarm 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-15).

Returns cross-chain arbitrage opportunity data across Solana and Base, payable in USDC micropayments via x402.

## Facts

- Endpoint: GET https://api.losbeto.xyz/arbitrage
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-arbitrage-x402-ai-trading-swarm-4cb8a2bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SR_rFAzQyFYG-H_qJherX

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-arbitrage-x402-ai-trading-swarm-4cb8a2bc
```

Example prompt: Check Losbeto's arbitrage endpoint for any current price spread opportunities between Solana and Base that an AI trading bot could exploit right now.

## When to prefer this

Choose this endpoint when an AI trading agent needs low-cost ($0.15 USDC), on-demand arbitrage signal data specifically spanning Solana and Base networks, paid via x402 micropayment protocol. Prefer over generic market data APIs when you need cross-chain spread detection in a pay-per-call model without subscriptions.

## Known failure modes

- 402 Payment Required if USDC payment header is missing or insufficient (requires $0.15 USDC per call)
- Malformed or empty response if 'properties' query param is invalid or unsupported
- No opportunities returned if markets are currently balanced (empty result set)
- Timeout or 5xx if backend trading swarm is temporarily unavailable
- Schema ambiguity — input schema is poorly documented, unexpected param names may be silently ignored

## 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 object containing detected arbitrage opportunities across Solana and Base chains, including token pairs, price spreads, potential profit margins, and relevant chain metadata. Exact schema fields are minimally documented but response is JSON.

## 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": "Cross-exchange and cross-chain arbitrage scan with actionable opportunities: venue pair, spread, and the direction to take.",
     "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-arbitrage-x402-ai-trading-swarm-4cb8a2bc/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)
