# TruthBear Macro Reconcile Full

> TruthBear Macro Reconcile Full is a paid API for AI agents from api.truthbear.co, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).

Returns Kalshi market-implied macro levels side-by-side with BLS official prints, quantifying the divergence for each paired indicator with an alignment key.

## Facts

- Endpoint: GET https://api.truthbear.co/gauge/macro-reconcile-full
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthbear-macro-reconcile-full-7125b3ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X7EKXiOeCj0KVsd8sF-n3

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 truthbear-macro-reconcile-full-7125b3ec
```

Example prompt: Can you pull the full macro reconciliation showing Kalshi market-implied levels next to the official BLS prints, with the divergence gap and alignment key for each indicator?

## When to prefer this

Choose this endpoint when you need a comprehensive, full-panel side-by-side comparison of all available Kalshi market-implied macro indicators against BLS official prints in a single call, including quantified divergence and a verifiable alignment key. Prefer this over narrower or single-indicator endpoints when you want a broad macro reconciliation snapshot rather than a focused single-signal or time-series view.

## Known failure modes

- 422 no_charge returned when no data is available for reconciliation — no billing occurs
- Missing or mismatched indicator pairings if BLS has not yet published an official print
- Stale Kalshi implied levels if market data was not recently updated
- Potential gaps if a specific indicator is tracked by Kalshi but not yet released by BLS

## 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. $0.09 per call.

## Output

A JSON object containing each macro indicator paired side-by-side: the Kalshi market-implied level and the corresponding BLS official realized print, the numeric divergence/gap between them, and an alignment key mapping each market signal to its official counterpart. No forecasts or advice are included. Returns a 422 no_charge error with no billing if data is unavailable.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truthbear-macro-reconcile-full-7125b3ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.truthbear.co](https://www.zero.xyz/host/api.truthbear.co/llms.txt)
