---
name: econdash.org
description: EconDash (econdash.org) provides access to the M2M macro money supply dataset, exposing aggregate statistics about its coverage of global economic indicators. Currently, the host exposes a single skill that returns summary metadata — counts of indicators, countries, data points, categories, and sources — rather than the underlying time-series data itself.
host: econdash.org
---

# econdash.org

EconDash is a macro-economic data host focused on money supply (M2M) statistics across multiple countries. It serves agents that need to understand the scope and coverage of the M2M dataset before deciding whether to query it further via other endpoints. The host currently surfaces only dataset-level metadata, not individual indicator values or time-series records.

## When to use this host

Use this host when an agent needs to check the scope or coverage of the EconDash M2M macro money supply dataset — for example, to verify how many countries or indicators are available before deciding to query further. Do not use this host for retrieving actual time-series data, specific indicator values, or country-level economic figures; those require a dedicated time-series or indicator endpoint not currently available on this host. If an agent needs live or historical macro data (e.g., M2 supply for a specific country over time), it should route to a host that exposes time-series endpoints such as FRED, World Bank, or IMF data APIs.

## Capabilities

### Dataset Coverage Metadata

Returns aggregate statistics describing the breadth of the M2M macro money supply database, including how many indicators, countries, data points, categories, and sources are available.

- **`fetch-m2m-stats`** — Returns aggregate macro money supply database statistics including total indicators, countries, data points, categories, and sources.

## Skill reference

### `fetch-m2m-stats`

**M2M Stats** — Returns aggregate macro money supply database statistics including total indicators, countries, data points, categories, and sources.

*Use when:* Use when an agent needs a summary of the available macro economic data coverage — total indicator count, country count, data point volume, category count, and source count — from the EconDash M2M dataset.

*Not for:* Do not use for retrieving specific time-series data or indicator values for a particular country; use a dedicated indicator or time-series endpoint instead.

**Inputs:**

- `chain` (string) — Blockchain network identifier used for x402 payment verification.
- `address` (string) — Wallet address used for x402 payment verification.

**Returns:** Returns a single JSON object with five integer fields: total_indicators (753), total_countries (298), total_data_points (4505221), total_categories (10), and total_sources (41).

**Example:** `GET https://econdash.org/api/v1/m2m/stats`

---
