# Edge Agents Brazil Real Interest Rate Intelligence

> Edge Agents Brazil Real Interest Rate Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns evidence-backed, provenance-signed analysis of Brazil's real interest rate with macro context, contradictions, and bounded decision-ready findings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-br-real-interest-rate
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-brazil-real-interest-rate-intelligence-1ac664cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c395iYH-tzUWKixJ7Dtrl

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 edge-agents-brazil-real-interest-rate-intelligence-1ac664cc
```

Example prompt: Pull the latest Brazil real interest rate intelligence from Edge Agents — I need the current rate environment, confidence level, and any key contradictions or risks flagged in the evidence, for a strategy briefing.

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-bounded macro intelligence on Brazil's real interest rate specifically — not raw data feeds. It is optimized for decision-makers (CEOs, CFOs, boards) and autonomous agents that require traceable, contradiction-aware analysis rather than a raw number. Prefer it over generic financial data APIs when auditability, confidence scoring, and bounded findings with sourcing policy matter to the consumer.

## Known failure modes

- Payment not received or invalid USDC payment — 402 response blocking access
- Data temporarily unavailable resulting in incomplete evidence assets
- Stale or point-in-time data if Brazil rate data sources have not refreshed
- Rate or quota limits if the facilitator restricts call frequency
- Schema version mismatch if the client expects a different response structure

## How this service works

Latest available Brazil real interest rate plus a comparable annual history from the World Bank World Development Indicators API, with source, lag and revision caveats. Purpose: Give an autonomous agent a normalized, directly sourced Brazil real interest rate series without forcing it to understand World Bank indicator codes or response shapes. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality/confidence status, a macro analysis summary with intent tags, evidence assets and sourcing policy, provenance with issuer signature, dataStatus, generatedAt timestamp, schema version, and a disclaimer clarifying this is market research not investment advice. Limitations on source coverage and freshness are explicitly stated.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "macro",
   "intents": [
    "evidence",
    "rates"
   ],
   "summary": "Fresh Brazil Real Interest Rate findings appear here."
  },
  "evidence": {
   "assets": [
    "BRA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-br-real-interest-rate",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-brazil-real-interest-rate-intelligence-1ac664cc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
