# MacroLens Macro Intelligence API — Money Endpoint

> MacroLens Macro Intelligence API — Money Endpoint is a paid API for AI agents from marcroslencs.vercel.app, paid per call via x402, $0.4/call, status unknown (last checked 2026-09-14).

Analyzes macroeconomic data related to money supply and monetary conditions using FRED and World Bank data, powered by the MiMo LLM

## Facts

- Endpoint: POST https://marcroslencs.vercel.app/api/money
- Price: $0.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macrolens-macro-intelligence-api-money-endpoint-8d552469
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4aVkv3LQlIZOt3vYMlnDj

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 macrolens-macro-intelligence-api-money-endpoint-8d552469 -d '<json body>'
```

Example prompt: Pull a MacroLens AI analysis of money supply conditions starting from January 2020 — I want to understand how monetary aggregates have shifted since then.

## When to prefer this

Choose this endpoint when you need AI-synthesized macroeconomic analysis of money supply metrics — particularly when you want FRED and World Bank data interpreted by an LLM rather than raw time series. Ideal for agents that need narrative macro insights rather than programmatic data access.

## Known failure modes

- Missing required 'start' field returns an error response
- Invalid date format in 'start' may cause data fetch failure
- FRED or World Bank data unavailable for given time range returns partial or empty data object
- Payment not completed via x402/Base results in 402 payment required error
- LLM synthesis failure may return success:false with empty data

## How this service works

AI-powered macro-economic analysis. FRED + World Bank data + MiMo LLM. 20 endpoints. x402 on Base.

## Output

Returns a JSON object with a success flag and a data object containing AI-interpreted macroeconomic analysis of money supply indicators sourced from FRED and World Bank datasets, synthesized by the MiMo LLM into narrative insights and structured monetary data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "start"
 ],
 "properties": {
  "start": {
   "type": "string",
   "description": "start"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macrolens-macro-intelligence-api-money-endpoint-8d552469/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marcroslencs.vercel.app](https://www.zero.xyz/host/marcroslencs.vercel.app/llms.txt)
