# Lonestar Oracle LatAm Economic Report

> Lonestar Oracle LatAm Economic Report is a paid API for AI agents from latam.lonestaroracle.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a comprehensive Latin American economic report including currency exchange rates, Argentina dolar blue rate, commodity prices, and an AI-generated narrative summary

## Facts

- Endpoint: GET https://latam.lonestaroracle.xyz/report
- 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/latam-lonestaroracle-xyz-208590fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hz1gJbED0ECsn8S2qMYIJ

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 latam-lonestaroracle-xyz-208590fb
```

Example prompt: Pull me the latest full LatAm economic report — I want the Argentina dolar blue rate, regional currency levels, commodity prices, and the AI narrative summary.

## When to prefer this

Use this endpoint when you need a broad, pre-aggregated Latin American economic snapshot in a single call — particularly when Argentina dolar blue rate, LatAm currency basket, and commodity prices are all needed together with an AI-generated narrative interpretation. Prefer this over building your own multi-source aggregation when speed and cost efficiency matter.

## Known failure modes

- Payment not processed (402) — x402 micropayment of $0.03 USDC required before data is returned
- Data source unavailable — upstream economic data feeds may be temporarily offline
- Stale data — report may reflect slightly delayed market data depending on refresh cadence
- Network timeout — endpoint may be slow if underlying data aggregation is delayed

## How this service works

Full LatAm economic report — currencies, Argentina dolar blue, commodities, AI narrative

## Output

A full Latin American economic report containing current currency exchange rates for major LatAm currencies, the Argentina dolar blue (informal) exchange rate, key commodity prices relevant to the region, and an AI-generated narrative summarizing the current economic landscape.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "name": "LatAmPulse — Latin America Intelligence",
 "tags": [
  "latam",
  "latin-america",
  "currencies",
  "argentina",
  "commodities",
  "emerging-markets"
 ],
 "type": "object",
 "version": "1.1.0",
 "category": "trading",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Latin America economic intelligence. Currencies (BRL, ARS, COP, MXN, CLP, PEN), Argentina dolar blue spread, key commodity prices (corn, soybeans, coffee, sugar, copper) with LatAm context."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/latam-lonestaroracle-xyz-208590fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from latam.lonestaroracle.xyz](https://www.zero.xyz/host/latam.lonestaroracle.xyz/llms.txt)
