# MacroPulse Equities Pulse

> MacroPulse Equities Pulse is a paid API for AI agents from macropulse-alpha.vercel.app, paid per call via x402, $0.1/call, status down (last checked 2026-09-07).

Returns a global equity index snapshot — major indices performance, risk-on/risk-off signals — contextualized for forex traders

## Facts

- Endpoint: GET https://macropulse-alpha.vercel.app/api/equities-pulse
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-07
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macropulse-equities-pulse-53411c64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3dt8mo3_EFihjm4KX2-k9

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-equities-pulse-53411c64
```

Example prompt: Give me the MacroPulse equities brief right now — I want to see how global stock indices are performing and what the risk-on or risk-off signals mean for my forex trades today.

## When to prefer this

Choose this endpoint when a forex trader or AI agent needs a quick, synthesized read on global equity market conditions and their directional implications for currency pairs — especially when assessing risk-on vs. risk-off sentiment ahead of a trading session. Prefer this over generic financial data APIs when you want forex-contextualized interpretation rather than raw price feeds.

## Known failure modes

- Market data unavailable during off-hours or data feed disruption — returns 503 or empty snapshot
- Payment of 0.1 USDC not processed correctly — returns 402 Payment Required
- Upstream index data stale or delayed — brief may reflect prior session data
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

Real-time macro intelligence for forex and CFD traders. All endpoints require x402 payment (USDC on Base mainnet) via the PAYMENT-SIGNATURE header.

## Output

A structured equities pulse brief covering major global stock indices (e.g. S&P 500, Nasdaq, DAX, Nikkei), their current performance direction, overall risk sentiment classification, and forex-specific implications such as USD, JPY, or safe-haven flow signals.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "vix": 13.2,
  "breadth": "positive — 68% advancing",
  "session": "NY",
  "spx_level": 5284,
  "sector_leaders": [
   "Tech",
   "Healthcare"
  ],
  "spx_change_pct": 0.43,
  "sector_laggards": [
   "Energy",
   "Utilities"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macropulse-equities-pulse-53411c64/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)
