# Losbeto Forex Rate

> Losbeto Forex Rate is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-13).

Returns a live foreign exchange rate for a given currency pair via a pay-per-call USDC micropayment endpoint.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/forex-rate
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-forex-rate-387a14cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hiDV1TURChyIcUqbOz3Ug

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-rate-387a14cc
```

Example prompt: What is the current forex exchange rate between USD and EUR right now?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-use forex rate lookup with USDC micropayments and no subscription required — ideal for AI agents and trading bots that call FX rates on-demand at low per-call cost ($0.012 USDC). Avoid if you need tick-level streaming quotes or historical OHLCV data.

## Known failure modes

- Unsupported or invalid currency pair returns an error
- Payment failure or insufficient USDC balance results in HTTP 402
- Rate data temporarily unavailable due to upstream provider downtime
- Malformed query parameters return a 400 bad request
- Rate may be stale if underlying data feed has latency

## How this service works

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

## Output

A JSON response containing the current exchange rate for the requested currency pair, likely including the base currency, quote currency, and the current rate value as a decimal number.

## 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-forex-rate-387a14cc/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)
