# MacroPulse Intermarket Synthesis

> MacroPulse Intermarket Synthesis is a paid API for AI agents from macropulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-16).

Synthesizes cross-asset signals from bond yields, equities, commodities, and FX to identify the dominant macro regime and leading divergences

## Facts

- Endpoint: GET https://macropulse.theaslangroupllc.com/api/intermarket
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macropulse-intermarket-synthesis-d81e3a58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kJ1Zm89s2z9KK1nZjnupz

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 macropulse-intermarket-synthesis-d81e3a58
```

Example prompt: Give me the full intermarket picture right now — how bonds, equities, commodities, and FX are reading together, what macro regime we're in, and which cross-asset divergences are likely to lead price.

## When to prefer this

Choose this endpoint when you need a holistic cross-asset intermarket view — specifically the synthesis of bonds, equities, commodities, and FX together into a single regime read with divergences highlighted. Prefer this over single-asset endpoints (equities-only, commodities-only) when the user needs to understand how asset classes are relating to each other and what that implies for macro direction or leading signals.

## Known failure modes

- Payment required (402) if x402 payment header is missing or insufficient
- Stale data if upstream market data feeds are delayed
- Service unavailable if provider infrastructure is down
- Rate limiting if called excessively

## How this service works

Cross-asset intermarket synthesis for macro agents — bond yields, equities, commodities and FX read together to surface the dominant regime and the divergences that tend to lead price.

## Output

Returns a cross-asset intermarket synthesis including the dominant macro regime label, directional signals from bond yields, equities, commodities, and FX, and identified divergences between asset classes that historically tend to lead price action.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "e.g. en, es, fr, de, ja, zh, ko, pt, ar (default: en; not strictly validated — any language is forwarded to the model)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "usd_index": 104.8,
  "gold_signal": "safe-haven demand rising",
  "risk_on_off": "mild risk-off",
  "regime_signal": "late-cycle — reduce equity overweight",
  "bonds_equities": "negative correlation restored",
  "copper_gold_ratio": 0.0019
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macropulse-intermarket-synthesis-d81e3a58/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from macropulse.theaslangroupllc.com](https://www.zero.xyz/host/macropulse.theaslangroupllc.com/llms.txt)
