# Losbeto World Quote — Cross-Asset Market Data

> Losbeto World Quote — Cross-Asset Market Data is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a consolidated world market quote aggregating forex, equities, commodities, crypto prices, and Brazil macro data via multi-oracle consensus

## Facts

- Endpoint: GET https://api.losbeto.xyz/world-quote
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-world-quote-cross-asset-market-data-e668547c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_igf-5P58MV0geUn_eGq4U

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-world-quote-cross-asset-market-data-e668547c
```

Example prompt: Get me a world quote right now — I want the current consensus price and sentiment for Bitcoin, plus the latest EUR/USD rate and gold price, all from Losbeto's multi-oracle aggregation.

## When to prefer this

Choose this endpoint when you need real-time, pay-per-call market data across multiple asset classes (crypto, forex, equities, commodities, Brazil macro) without requiring API keys or account registration. Ideal for AI agents that need multi-oracle consensus prices for accuracy, especially when accessing Brazil-specific financial data (BCB/B3) or when a keyless, micropayment-based pricing model (USDC on Base/Solana via x402) is preferred over subscription APIs.

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or unsupported asset symbol — returns error or empty result
- Oracle data temporarily unavailable — may return stale or partial data
- Network timeout if upstream data sources are slow
- Unsupported asset class or region requested

## 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 current market prices and/or sentiment scores aggregated across multiple oracles, covering one or more asset classes including cryptocurrency, forex pairs, equities, commodities, and Brazil macro indicators (BCB/B3). Data reflects a consensus value derived from multiple price sources.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "market": {
       "description": "market parameter",
       "type": "string"
      },
      "symbol": {
       "description": "Asset ticker, e.g. AAPL, TSLA, BTC, GOLD",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Global equity quote across 16 exchanges — NYSE/Nasdaq, B3, Tokyo (JPX), Shanghai/Shenzhen, Hong Kong, London, Xetra, Euronext (Paris/Amsterdam/Milan), Madrid, SIX, TSX, ASX, NSE India — in one normalized, agent-ready schema. Call ?symbol=7203&market=JP, a suffixed ticker (?symbol=MC.PA), or just ?market=BR for the market flagship. Live sources only.",
     "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-world-quote-cross-asset-market-data-e668547c/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)
