# Losbeto Research Brief — Cross-Asset Market Data

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

Returns a research brief with multi-oracle price consensus, sentiment consensus, forex, equities, commodities, Brazil macro data (BCB/B3), and crypto market data in a single pay-per-call response

## Facts

- Endpoint: GET https://api.losbeto.xyz/research-brief
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-research-brief-cross-asset-market-data-e3f1b351
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_czSrbY9kjfpe5ugmCNOyg

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-research-brief-cross-asset-market-data-e3f1b351
```

Example prompt: Pull me a Losbeto research brief right now — I need multi-oracle price consensus and sentiment for BTC, current EUR/USD forex rate, and any Brazil macro signals from BCB.

## When to prefer this

Choose this endpoint when you need a single-call, pay-per-use cross-asset market data brief without API key registration — especially valuable for AI agents needing multi-oracle crypto price consensus, Brazil-specific macro data (BCB/B3), or a combined forex/equities/commodities snapshot. Prefer over traditional data providers when your agent uses x402 micropayment flows on Base or Solana and you want zero-setup, zero-subscription access to broad market coverage.

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or unsupported asset symbol — returns error in JSON body
- Network or oracle data unavailability — may return partial data or 503
- Malformed request parameters — returns 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

A JSON research brief containing aggregated market data across multiple asset classes: multi-oracle price consensus (crypto), sentiment consensus, live forex rates, equity prices, commodity prices, Brazil-specific macro indicators from BCB and B3, all returned in a single structured response.

## 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": {
      "q": {
       "type": "string",
       "description": "Free-text search query"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Research brief on any question: live web sources gathered, then an AI-written synthesis with key points and a cited source list. Ask in plain language — built for conversational agents and research bots."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-research-brief-cross-asset-market-data-e3f1b351/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)
