# LatAmPulse — Latin America Economic Intelligence

> LatAmPulse — Latin America Economic Intelligence is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a full Latin America economic intelligence report including LatAm currencies, Argentina dolar blue spread, key commodity prices with regional context, and an AI-generated narrative summary

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_latam_lonestaroracle_xyz
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/latampulse-latin-america-economic-intelligence-2d57993c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gRTq-n-FcCym5Aq5an8gD

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 latampulse-latin-america-economic-intelligence-2d57993c
```

Example prompt: Pull me the full LatAmPulse report — I need current BRL, ARS, MXN, COP, CLP, and PEN rates, the Argentina dolar blue spread versus official, and commodity prices for soybeans, corn, coffee, sugar, and copper, plus the AI narrative on what's driving the region right now.

## When to prefer this

Choose LatAmPulse when you need a single-call, comprehensive Latin America economic snapshot combining FX rates, the Argentina informal market spread, and commodity prices in one report with an AI narrative — especially when covering Argentina's dual exchange rate dynamics or LatAm commodity markets (soybeans, coffee, copper). Prefer this over general FX or commodity APIs when regional context and AI synthesis matter, or when you need the dolar blue spread specifically.

## Known failure modes

- Payment failure if USDC balance is insufficient or x402 protocol is not supported
- Upstream data source unavailability causing stale or missing currency/commodity prices
- Partial data response if one or more regional data feeds are temporarily down
- Rate limiting if too many requests are made in a short window
- Timeout if AI narrative generation takes longer than expected

## How this service works

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

## Output

A structured report containing: current exchange rates for BRL, ARS, COP, MXN, CLP, and PEN; Argentina dolar blue rate and its spread versus the official rate; prices for key LatAm-relevant commodities (corn, soybeans, coffee, sugar, copper); and an AI-generated narrative tying together the macroeconomic picture for the region.

## 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/latampulse-latin-america-economic-intelligence-2d57993c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
