# Losbeto Brazil Market Brief

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

Returns a consolidated Brazilian market brief covering BCB/B3 macro data, forex, equities, commodities, crypto prices, and sentiment for AI agents via pay-per-call USDC payment.

## Facts

- Endpoint: GET https://api.losbeto.xyz/job/br-market-brief
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-brazil-market-brief-70b4cdc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H055r9oAa7QzFHLRd5KJP

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-brazil-market-brief-70b4cdc0
```

Example prompt: Give me a full Brazil market brief right now — including BCB rates, B3 equities, forex, commodities, crypto prices, and sentiment — so I can brief my trading strategy.

## When to prefer this

Choose this endpoint when you need a single-call, pay-per-use consolidated Brazilian market brief that combines BCB macro, B3 equities, forex, commodities, crypto, and sentiment — without requiring API keys or account registration. Ideal for AI agents that need Brazil-specific cross-asset context on demand and pay via USDC on Base or Solana.

## Known failure modes

- Payment not received or USDC transaction fails — 402 Payment Required returned
- Network timeout or upstream data source unavailable — 5xx error
- Malformed request or unsupported path — 404 Not Found
- Stale data if upstream BCB/B3 feeds are delayed during off-market hours

## 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 a consolidated Brazilian market brief: BCB macroeconomic indicators (e.g. Selic rate), B3 equity market data, USD/BRL and other forex rates, commodity prices, crypto prices from multi-oracle consensus, and market sentiment consensus scores.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "JOB: one payment = the Brazilian market briefing. Central Bank macro (Selic, CDI, IPCA, PTAX) + yield curve + Ibovespa + crypto regime, composed with the real-rate number every allocator checks first. Unique on x402 — no other node covers Brazil.",
     "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-brazil-market-brief-70b4cdc0/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)
