# Edge Agents Australia Real Interest Rate Intelligence

> Edge Agents Australia 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 analysis of Australia's real interest rate with macro context, provenance, and contradiction flags for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-au-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-australia-real-interest-rate-intelligence-848a6778
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QyOlilRX3ohpwej8eNxhW

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-australia-real-interest-rate-intelligence-848a6778
```

Example prompt: Pull the latest Edge Agents real interest rate intelligence for Australia — I need the macro evidence summary, confidence level, and provenance so I can include it in a board strategy briefing.

## When to prefer this

Choose this endpoint when you need structured, provenance-signed macro intelligence specifically about Australia's real interest rate — particularly when auditability, contradiction detection, and confidence scoring matter (e.g. board reporting, CFO decisions, autonomous agent pipelines). Prefer this over general economic databases when you need bounded decisions with sourcing metadata rather than raw data, and when operating in an x402 micropayment-capable agent environment.

## Known failure modes

- Payment not received or invalid USDC payment — endpoint returns 402 Payment Required
- Macro data temporarily unavailable — dataStatus may return 'incomplete' or evidence assets may be empty
- Stale or delayed data — generatedAt timestamp may reflect a prior reporting cycle
- Malformed request parameters — returns error if required fields are missing or mistyped
- Rate limiting or service downtime — standard HTTP 429 or 503 responses possible

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A JSON object containing: quality status and confidence level (e.g. 'strong'/'high'), a macro family analysis summary with intent tags, evidence assets and policy (point-in-time), service ID, data status, a signed provenance record from edge-agents.ai, the report generation timestamp, schema version (2.0), and a disclaimer clarifying this is market research not investment advice. Limitations on coverage and source freshness are stated inline.

## 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 Australia Real Interest Rate findings appear here."
  },
  "evidence": {
   "assets": [
    "AUS"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-au-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-australia-real-interest-rate-intelligence-848a6778/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)
