# Macro Economic Pulse by 911fund

> Macro Economic Pulse by 911fund is a paid API for AI agents from x402.911fund.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Returns a synthesized macroeconomic intelligence snapshot combining FRED data, prediction markets, Twitter sentiment, and Grok AI analysis for a chosen macro theme

## Facts

- Endpoint: GET https://x402.911fund.io/alpha/macro
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-911fund-io-bc7007df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a8lrYjtabl6IPDdZMAwVB

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 x402-911fund-io-bc7007df
```

Example prompt: GET https://x402.911fund.io/alpha/macro?theme=inflation — Retrieve the current macroeconomic pulse for inflation, combining FRED economic data, prediction market probabilities, Twitter/social sentiment, and Grok AI interpretation into a unified snapshot.

## When to prefer this

Use this endpoint when an agent needs a quick, multi-source macroeconomic intelligence snapshot for a specific economic theme without having to query FRED, prediction markets, and social media separately. Ideal for financial analysis agents, trading bots, or research assistants that need a synthesized macro view in a single call at low cost ($0.05 USDC). Best when breadth of signal (multiple sources) matters more than deep historical time-series data.

## Known failure modes

- Invalid theme parameter returns error or falls back to general
- Payment not processed results in 402 response requiring USDC payment
- FRED or prediction market data source temporarily unavailable causing partial or degraded response
- Rate limiting or quota exceeded on upstream data sources
- Network timeout if aggregation of multiple data sources is slow

## How this service works

Crypto intelligence API — 10+ live sources in one call. Token data, X sentiment, prediction markets, macro economics. Structured JSON, not essays. From $0.03/query with USDC.

## Output

A synthesized macroeconomic intelligence report for the requested theme, likely including FRED indicator values, prediction market probabilities, Twitter/social sentiment signals, and an AI-generated narrative summary from Grok. Covers themes such as inflation, rates, employment, recession, energy, housing, trade, markets, consumer, debt, manufacturing, wages, credit, crypto, money, currency, financial stress, commodities, banking, or general.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "theme": "inflation"
  }
 }
}
```

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "theme": {
       "enum": [
        "inflation",
        "rates",
        "employment",
        "recession",
        "energy",
        "housing",
        "trade",
        "markets",
        "consumer",
        "debt",
        "manufacturing",
        "wages",
        "credit",
        "crypto",
        "money",
        "currency",
        "financial_stress",
        "commodities",
        "banking",
        "general"
       ],
       "type": "string",
       "description": "Macro theme; defaults to general"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-911fund-io-bc7007df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.911fund.io](https://www.zero.xyz/host/x402.911fund.io/llms.txt)
