# Mercury402 Economic Dashboard

> Mercury402 Economic Dashboard is a paid API for AI agents from api.mercury402.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns a composite economic dashboard snapshot including GDP and other macro indicators in a single API call

## Facts

- Endpoint: GET https://api.mercury402.com/v1/composite/economic-dashboard
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mercury402-economic-dashboard-694f14c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UhgY07z9TRoFeF1wR0AO_

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 mercury402-economic-dashboard-694f14c5
```

Example prompt: Pull up the current composite economic dashboard — I need GDP and the latest macro indicators in one shot for my analysis.

## When to prefer this

Choose this endpoint when you need a broad, composite macroeconomic snapshot in a single pay-per-call request rather than hitting multiple individual endpoints for GDP, Treasury rates, and forex separately. Ideal for AI agents that need economic context quickly without orchestrating multiple API calls. Prefer over individual FRED or Treasury endpoints when a dashboard-level overview is sufficient and cost per call ($0.50 USDC) is acceptable for the aggregated value.

## Known failure modes

- Payment failure (402) if USDC on Base is not provided or insufficient
- Rate limiting or timeout if the upstream FRED or Treasury data sources are slow
- Incomplete data if one of the underlying sources (FRED, Treasury, forex) is temporarily unavailable
- Malformed response if the optional properties filter is not correctly specified
- Network errors returning 5xx if the Mercury402 API is experiencing downtime

## How this service works

76 live pay-per-call financial data APIs for AI agents. Treasury, FRED, forex, spreads, breakeven inflation, macro bundles, and composite dashboards. USDC on Base.

## Output

A JSON object containing a composite economic dashboard with GDP value, a timestamp, and potentially additional macroeconomic indicators such as Treasury rates, FRED series data, forex rates, and inflation breakevens aggregated into a single response.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "gdp": {
   "value": 22000.5
  },
  "timestamp": "2026-03-11T01:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mercury402-economic-dashboard-694f14c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.mercury402.com](https://www.zero.xyz/host/api.mercury402.com/llms.txt)
