# Losbeto Brazil Agro Market Data

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

Returns Brazilian agricultural (agro) commodity market data including prices and related macro indicators from BCB/B3 sources

## Facts

- Endpoint: GET https://api.losbeto.xyz/br-agro
- Price: $0.09/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-agro-market-data-bfb0b087
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y7j20IKGO887BtauQWZFf

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-agro-market-data-bfb0b087
```

Example prompt: Can you pull the latest Brazilian agricultural commodity prices right now — I need the current agro market data from B3 and BCB sources?

## When to prefer this

Choose this endpoint when you need Brazilian agricultural commodity market data specifically — especially when you require BCB/B3-sourced agro prices without needing an API key or account, and you can pay per call in USDC on Base or Solana via x402.

## Known failure modes

- 402 Payment Required if USDC payment via x402 is not provided or insufficient
- 500 server error if upstream BCB/B3 data source is unavailable
- Stale data if upstream feed is delayed
- Empty or partial response if specific agro instruments have no current quote

## 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 Brazilian agricultural commodity market data, likely including prices for key agro commodities (e.g. soybeans, corn, sugar, coffee), sourced from BCB and/or B3, potentially with consensus price data and macro indicators relevant to Brazil's agricultural sector.

## 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": "Brazilian agricultural spot prices from the central bank (BCB/SGS): soybeans, corn, arabica coffee and live cattle in BRL, each converted to USD at the official PTAX rate, plus export-parity equivalents in the CBOT bushel and ICE cents-per-pound units. Brazil is the world's largest exporter of soybeans, coffee, sugar and beef; these are the domestic prices that set the export gap, with export-parity conversions rarely found on x402.",
     "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-agro-market-data-bfb0b087/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)
