# MacroPulse Intermarket Cross-Asset Synthesis

> MacroPulse Intermarket Cross-Asset Synthesis is a paid API for AI agents from macropulse-alpha.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Synthesizes cross-asset signals across bond yields, equities, commodities, and FX to deliver unified intermarket intelligence for forex traders

## Facts

- Endpoint: GET https://macropulse-alpha.vercel.app/api/intermarket
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macropulse-intermarket-cross-asset-synthesis-b8fd12d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gi4gMIjajjUnawSEit8iI

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-cross-asset-synthesis-b8fd12d3
```

Example prompt: Give me a MacroPulse intermarket synthesis — I want to see how bond yields, equities, and commodities are all lining up right now and what the cross-asset picture means for FX positioning.

## When to prefer this

Choose this endpoint when you need a holistic, multi-asset view that connects bond markets, equities, commodities, and FX into a single synthesized narrative — especially useful before entering a forex trade and you want to know if cross-asset flows are aligned or contradicting your thesis. Prefer this over the sentiment or regime endpoints when the specific question is about intermarket relationships and how different asset classes are influencing each other.

## Known failure modes

- Upstream data source unavailable — partial or delayed cross-asset snapshot
- Payment of 0.15 USDC not processed — 402 response requiring x402 payment
- Rate limit exceeded — too many requests in a short window
- Market closed or low-liquidity session — signals may be stale or thin

## 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

A structured cross-asset analysis covering bond yield trends, equity market signals, commodity price action, and FX implications — synthesized into unified intermarket intelligence highlighting correlations, divergences, and directional signals relevant to forex traders.

## Example request

```json
{
 "session": "london"
}
```

## 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-cross-asset-synthesis-b8fd12d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from macropulse-alpha.vercel.app](https://www.zero.xyz/host/macropulse-alpha.vercel.app/llms.txt)
