# Losbeto Arbitrage Opportunity Scanner

> Losbeto Arbitrage Opportunity Scanner is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Scans for cross-exchange or cross-chain arbitrage opportunities, returning pricing discrepancies and trade signals across crypto markets.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/arbitrage
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-arbitrage-opportunity-scanner-97eb6614
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mp1rM73D57kj4zWIS6aE2

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-opportunity-scanner-97eb6614
```

Example prompt: Scan for live arbitrage opportunities across Solana and Base right now — I want to see price spreads and any profitable cross-exchange or cross-chain discrepancies I can act on.

## When to prefer this

Choose this endpoint when you need real-time, multi-chain arbitrage signals specifically across Solana and Base networks with USDC denomination, and you are operating an AI agent capable of x402 micropayment authentication. Prefer it over generic price APIs when you need actionable spread analysis rather than raw price feeds.

## Known failure modes

- No arbitrage opportunities found — market prices may be converged, returns empty or null opportunity list
- Rate limit or payment failure — x402 payment of $0.15 USDC not processed, returns 402 Payment Required
- Market data unavailable — oracle or exchange feed down, returns error with source details
- Invalid or missing query parameters — returns 400 Bad Request
- Cold-start latency on Railway — first call may time out if container is sleeping

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns JSON containing detected arbitrage opportunities including asset pairs, source and destination exchanges or chains, current prices on each side, spread percentage, estimated profit margin, and trade direction signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-arbitrage-opportunity-scanner-97eb6614/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
