# x402stock Money Supply Data

> x402stock Money Supply Data is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.01/call, status unknown (last checked 2026-09-13).

Returns US money supply data (M1, M2, etc.) as macroeconomic indicators, paid per request via x402/USDC

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/money-supply
- Price: $0.01/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-money-supply-data-44585918
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t1VE7yoaF342ctatNOoiZ

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 x402stock-money-supply-data-44585918
```

Example prompt: Pull the latest US money supply data — M1 and M2 — so I can see how monetary aggregates have been trending recently.

## When to prefer this

Choose this endpoint when an AI agent needs programmatic, pay-per-use access to US money supply aggregates (M1, M2) without requiring API key registration. Ideal for autonomous agents that can pay in USDC via x402 protocol, or when building macro-economic dashboards, inflation analysis tools, or monetary policy research workflows. Prefer over traditional financial data APIs when account-free, per-request micropayment access is required.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or malformed properties parameter — returns 400 Bad Request
- Upstream Federal Reserve data source temporarily unavailable — returns 503
- Rate limiting or quota exceeded — returns 429
- Endpoint not in supported catalog — returns 404

## How this service works

US M2 money stock, monthly, in billions of dollars (seasonally adjusted), with the latest value, prior month, month-over-month and year-over-year change, and recent history. No ticker needed. A liquidity gauge watched for inflation and risk-asset context. Sourced from the St. Louis Fed (FRED). From x402stock, a pay-per-call market & economic data API. Pay per request in USDC via x402, no API key.

## Output

Returns US money supply aggregate data (M1, M2, and related monetary indicators) including current values and potentially historical time series, sourced from Federal Reserve data and delivered as structured JSON after per-request USDC payment via x402.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-money-supply-data-44585918/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
