# SYNTHORA Macro Intel Bundle

> SYNTHORA Macro Intel Bundle is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Fetches 7 live macro and crypto market datasets in a single call: commodity macro, market sentiment, stablecoin supply, ECB forex fixing vs market, DeFi TVL ranking, top crypto, and Bitcoin fees.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/macrobundle
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-macro-intel-bundle-59f76cff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nQaN7pDz8NVU0pg_6SVmB

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 synthora-macro-intel-bundle-59f76cff -d '<json body>'
```

Example prompt: Pull me the full SYNTHORA macro intel bundle for BTC — I want commodity macro, market sentiment, stablecoin supply, ECB forex vs market, DeFi TVL rankings, top crypto, and Bitcoin fees all at once.

## When to prefer this

Choose this endpoint when you need multiple macro and crypto market signals simultaneously and want to minimize API calls and cost. It is cheaper than purchasing each dataset individually and eliminates the need to orchestrate multiple separate calls. Prefer it for dashboards, morning briefings, or agent workflows that require a holistic market view. The partial-degradation guarantee makes it more reliable than chaining separate endpoints that could individually fail.

## Known failure modes

- Individual sub-datasets may be missing if upstream sources are degraded (partial degradation mode — bundle never fails entirely)
- Invalid or unrecognized asset symbol returns error or empty asset-specific fields
- Missing X-WALLET header after free-tier exhaustion causes payment failure
- Stale data if upstream macro sources are delayed
- Network timeout on the aggregation layer if multiple upstream calls are slow

## How this service works

SYNTHORA macro intel bundle: 7 live macro/market datasets in ONE call (commodity macro, market sentiment, stablecoin supply, ECB forex fixing vs market, DeFi TVL ranking, top crypto, bitcoin fees). Cheaper than buying each separately. Partial degradation (never fails whole), Ed25519-signed. First 3 calls FREE per wallet via X-WALLET header. 0.10 USDC via x402 on Base. SYNTHORA.

## Output

Returns 7 live macro/market datasets in a single response: commodity macro indicators, market sentiment scores, stablecoin supply figures, ECB forex fixing vs spot market comparison, DeFi TVL rankings, top cryptocurrency market data, and current Bitcoin fee levels. Response is Ed25519-signed for authenticity. If individual data sources partially fail, the endpoint still returns available datasets rather than failing entirely.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asset": {
   "type": "string",
   "description": "asset symbol e.g. BTC/ETH"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-macro-intel-bundle-59f76cff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
