# Losbeto Oracle Consensus — Multi-Oracle Price Consensus

> Losbeto Oracle Consensus — Multi-Oracle Price Consensus is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a consensus price derived from multiple oracles for crypto, forex, equities, commodities, and macro assets

## Facts

- Endpoint: GET https://api.losbeto.xyz/oracle-consensus
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-oracle-consensus-multi-oracle-price-consensus-8959d893
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SDBV8See5iTfLnKm449Do

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-oracle-consensus-multi-oracle-price-consensus-8959d893
```

Example prompt: What is the current multi-oracle consensus price for Bitcoin in USD — I need a cross-validated figure, not just a single exchange price.

## When to prefer this

Prefer this endpoint when you need a tamper-resistant, multi-source consensus price rather than a single-exchange quote — especially for on-chain use, risk models, or any scenario where a single point of failure in a price feed is unacceptable. It is also ideal when you need no-account, pay-per-call access and don't want to manage API keys or subscriptions.

## Known failure modes

- Invalid or unsupported asset symbol returns an error
- Payment of 0.03 USDC not received or rejected results in HTTP 402
- Network timeout if oracle sources are temporarily unavailable
- Insufficient oracle consensus leads to degraded confidence or error
- Unsupported asset class returns a 400 bad request

## 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

Returns a JSON object containing the consensus price for the requested asset, derived from multiple oracle sources, along with confidence indicators and metadata about oracle agreement, asset class, and timestamp.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "symbol": {
       "description": "Asset ticker, e.g. AAPL, TSLA, BTC, GOLD",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Multi-oracle price consensus (?symbol=SOL|BTC|ETH): median across Pyth, Binance, Coinbase, Kraken and CoinGecko queried in parallel, with spread in basis points, outlier detection for stale or manipulated feeds, per-source latency and an execution verdict. Each oracle publishes only its own price; this is the agreement between them.",
     "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-oracle-consensus-multi-oracle-price-consensus-8959d893/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)
