# Losbeto Brazil Macro Brief

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

Returns a concise macroeconomic brief for Brazil covering BCB/B3 data, including interest rates, FX, and key market indicators

## Facts

- Endpoint: GET https://api.losbeto.xyz/br-brief
- Price: $0.5/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-macro-brief-c343d971
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8g9EMNGm9S6i3Gn-_qdAo

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-macro-brief-c343d971
```

Example prompt: Can you pull me Losbeto's Brazil macro brief right now — I need a quick snapshot of BCB rates, BRL FX, and B3 market conditions?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call Brazil macroeconomic summary without setting up API keys or accounts. Ideal for AI agents that need occasional Brazil macro context (BCB rates, BRL FX, B3 data) on demand and want to pay in USDC via x402 on Base or Solana. Prefer over Bloomberg/Reuters integrations when cost-per-call simplicity and crypto payment are priorities.

## Known failure modes

- 402 Payment Required if USDC payment on Base or Solana is not included or fails
- Service unavailability or upstream BCB/B3 data feed outage returning 5xx
- Stale data if upstream macro data sources have not updated
- Invalid payment amount or wrong network returns payment error

## 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 concise macroeconomic brief for Brazil, likely including BCB (Banco Central do Brasil) policy rate (Selic), BRL foreign exchange data, B3 equity market indicators, and other key Brazilian macro metrics aggregated from official and market sources.

## 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": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Brazil in global context, written for an international desk: BCB macro, the real interest rate, Ibovespa, B3 blue chips (PETR4, VALE3, ITUB4) and how the dollar and commodities are feeding in — closed by an AI strategist synthesis. The only Brazil-focused product on x402."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-brazil-macro-brief-c343d971/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)
