# Mercury402 Economic Dashboard

> Mercury402 Economic Dashboard is a paid API for AI agents from mercury402.uk, 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 pay-per-call response

## Facts

- Endpoint: GET https://mercury402.uk/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-8439c97a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dpIQ4ForDEsYvbBtZEnmj

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-8439c97a
```

Example prompt: Pull me a live composite economic dashboard — I need the current GDP value and other key macro indicators in one shot so I can assess the state of the US economy right now.

## When to prefer this

Choose this endpoint when you need a bundled, single-call snapshot of multiple macroeconomic indicators (including GDP) rather than querying individual data series separately. Ideal for AI agents that need a quick macro overview without orchestrating multiple API calls.

## Known failure modes

- Payment not completed — 402 response requiring USDC payment on Base before data is returned
- Invalid or missing properties parameter — may return empty or default dashboard
- Upstream data source unavailable — stale or partial data returned
- Rate limit exceeded — too many calls in a short period
- Network timeout — dashboard aggregation takes too long

## 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 composite macroeconomic data including GDP value and a timestamp, representing a bundled economic dashboard snapshot from live data sources.

## 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-8439c97a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mercury402.uk](https://www.zero.xyz/host/mercury402.uk/llms.txt)
