# AEML GAUGE Macro Reconcile Full

> AEML GAUGE Macro Reconcile Full is a paid API for AI agents from aeml-x402.zeabur.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-16).

Returns a full per-indicator reconciliation of Kalshi prediction-market-implied macro readings against BLS official realized values, including divergence quantities and interpretive narratives.

## Facts

- Endpoint: GET https://aeml-x402.zeabur.app/gauge/macro-reconcile-full
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aeml-gauge-macro-reconcile-full-ecc33baf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M8k5Mgq4BcxydqOjGDsaU

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 aeml-gauge-macro-reconcile-full-ecc33baf
```

Example prompt: Show me the full macro reconciliation — I want to see how Kalshi prediction market implied readings compare to the BLS official realized numbers for every indicator, including any divergence figures and how to interpret them.

## When to prefer this

Choose this endpoint when you need a curated, pre-mapped side-by-side comparison of Kalshi prediction market macro expectations against BLS official releases — including divergence calculations and curation-layer mappings that neither BLS nor Kalshi provides natively. Prefer this over raw BLS API calls or direct Kalshi market queries when you need reconciliation logic already applied. Use the free preview at /gauge/macro-reconcile to check available pairs before paying for the full dataset.

## Known failure modes

- No parameters available to filter — full dataset is always returned; if upstream BLS or Kalshi data is stale, age_hours fields will reflect staleness
- Payment not processed (x402 payment required at $0.1 USDC per call — missing or invalid payment returns 402)
- Upstream data unavailability from BLS or Kalshi may result in partial reconciliation records or empty reconcile array
- Service downtime on zeabur.app hosting infrastructure may cause connection errors

## How this service works

[RECONCILIATION] Market-implied against officially-realized, side by side: Kalshi implied levels versus BLS official prints, aligned indicator by indicator, with the divergence quantified. The alignment key is returned so you can verify the pairing yourself. We show both numbers and the gap - the reading is yours. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed.

## Output

An array of per-indicator reconciliation objects, each containing the metric name, Kalshi series reference, official BLS realized value (with value, kind, unit, period, source, and age in hours), market-implied value, and a divergence quantity. The response also includes a product identifier, a neutrality/nature statement, a disclaimer about the difference between market-implied and official-realized data, optional grade and scope honesty disclosures, and an offline-verifiable citation block signed with Ed25519.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "type",
    "method"
   ]
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "const": "json"
    }
   },
   "required": [
    "type"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aeml-gauge-macro-reconcile-full-ecc33baf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeml-x402.zeabur.app](https://www.zero.xyz/host/aeml-x402.zeabur.app/llms.txt)
