# Losbeto Forex Arbitrage Scanner

> Losbeto Forex Arbitrage Scanner is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-16).

Identifies forex arbitrage opportunities across currency pairs using real-time or near-real-time market data, paid via USDC micropayment.

## Facts

- Endpoint: GET https://api.losbeto.xyz/forex-arbitrage
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-forex-arbitrage-scanner-17a5d3d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TmozPhWoiqXFa1GGx9Xzf

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-forex-arbitrage-scanner-17a5d3d2
```

Example prompt: Can you scan for forex arbitrage opportunities right now — I'm looking for any currency pairs showing profitable spread discrepancies across exchanges?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call forex arbitrage scan without maintaining your own market data infrastructure. Best suited for AI trading agents or bots that need on-demand arbitrage signals on Solana or Base chains via USDC micropayments. Prefer alternatives if you need historical backtesting data, deep order book analysis, or WebSocket streaming rather than a single snapshot query.

## Known failure modes

- Malformed or missing input properties result in an unclear error due to the loose input schema
- No arbitrage opportunities currently detected returns an empty or null result set
- Payment failure (insufficient USDC or x402 protocol error) blocks the request entirely
- Market data latency may cause stale or outdated arbitrage signals
- Rate limiting if called too frequently without adequate USDC balance

## 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 detected forex arbitrage opportunities, likely including currency pairs, spread differentials, relevant exchange rates, and estimated profit margins or signals indicating exploitable price gaps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Triangular FX arbitrage scanner across major crosses, flagging spreads above 0.01% with the exact leg sequence to execute."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-forex-arbitrage-scanner-17a5d3d2/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)
