verified until 2026-08-18
Global macroeconomic data API with 753 indicators across 298 countries. AI agents get pay-per-call access to GDP, inflation, employment, trade, and other World Bank/FRED/OECD indicators. Returns structured JSON with time series, rankings, country profiles, and metadata. Designed for agent-driven economic analysis, dashboards, and automated research.
Pay from $0.02 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
first settlement 2026-05-07 · $4.46 all-time · settled via coinbase
ASSESSMENT
updated 6h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 99.9%
- response p95
- 206ms
- avg response
- 144ms
- total checks
- 2,755
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.02 (p67 in Data)
- price (min)
- $0.02
- category percentile (min)
- p67 in Data
- endpoints / prices
- 15 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction $2.06 30d · 6 buyers
- volume 30d
- $2.06
- buyers 30d
- 6
- settlements 30d
- 103
- first settlement
- 2026-05-07
- last settlement
- 2026-08-07
- top buyer share
- 78% of 30d volume
- trend 7d vs 30d
- 0.04x the 30d daily rate
- networks
- eip155:8453
- volume all-time
- $4.46
- settlements all-time
- 223
- median settlement 30d
- $0.02
- max settlement 30d
- $0.02
- settled via
- coinbase ($2.06, 103 tx)
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides access to economic indicators, time series data, and news for countries worldwide.
- category
- economic-data
- in
- path
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| GET | /categories | $0.02 | Base | USDC | header | |
| GET | /countries | $0.02 | Base | USDC | header | |
| GET | /countries/DEU/indicators | $0.02 | Base | USDC | header | |
| GET | /countries/USA | $0.02 | Base | USDC | header | |
| GET | /indicators | $0.02 | Base | USDC | header | |
| GET | /indicators/NY.GDP.MKTP.CD | $0.02 | Base | USDC | header | |
| GET | /indicators/NY.GDP.MKTP.CD/countries | $0.02 | Base | USDC | header | |
| GET | /indicators/by-slug/gdp-current-us | $0.02 | Base | USDC | header | |
| GET | /news | $0.02 | Base | USDC | header | |
| GET | /news-sources | $0.02 | Base | USDC | header | |
| GET | /news/1 | $0.02 | Base | USDC | header | |
| GET | /sources | $0.02 | Base | USDC | header | |
| GET | /stats | $0.02 | Base | USDC | header | |
| GET | /timeseries/FP.CPI.TOTL.ZG | $0.02 | Base | USDC | header | |
| GET | /timeseries/FP.CPI.TOTL.ZG/top-countries | $0.02 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /categories returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://econdash.org/api/v1/m2m/categories'
// 402 response (captured by monitor) · 15 payloads · click to expand
[
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/indicators/NY.GDP.MKTP.CD"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/indicators/NY.GDP.MKTP.CD",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": {
"code": "FP.CPI.TOTL.ZG",
"name": "Inflation, consumer prices (annual %)",
"unit": "percent",
"source": "World Bank",
"category": "Prices & Inflation",
"frequency": "yearly",
"description": "Annual percentage change in consumer prices"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "Indicator code, e.g. NY.GDP.MKTP.CD"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/news/1"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/news/1",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": {
"id": 1,
"url": "https://example.com/news/1",
"title": "GDP Growth Accelerates in Q4",
"source": "World Bank",
"content": "Full article text...",
"publishedAt": "2026-05-01T00:00:00Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"news_id"
],
"properties": {
"news_id": {
"type": "integer",
"description": "News item ID"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/sources"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/sources",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": [
{
"id": 1,
"name": "World Bank",
"description": "World Development Indicators"
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/indicators/by-slug/gdp-current-us"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/indicators/by-slug/gdp-current-us",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": {
"code": "FP.CPI.TOTL.ZG",
"name": "Inflation, consumer prices (annual %)",
"unit": "percent",
"source": "World Bank",
"category": "Prices & Inflation",
"frequency": "yearly",
"description": "Annual percentage change in consumer prices"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "URL slug, e.g. gdp-current-us"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/countries/DEU/indicators"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/countries/DEU/indicators",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": [
{
"code": "NY.GDP.MKTP.CD",
"name": "GDP (current US$)",
"latestDate": "2023-01-01",
"latestValue": 27360000000000
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"iso3"
],
"properties": {
"iso3": {
"type": "string",
"description": "ISO 3166-1 alpha-3 code, e.g. DEU"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/news-sources"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/news-sources",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": [
{
"id": 1,
"url": "https://www.reuters.com",
"name": "Reuters"
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/news"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/news",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"country": "USA",
"indicator": "NY.GDP.MKTP.CD"
}
},
"output": {
"type": "json",
"example": [
{
"id": 1,
"url": "https://example.com/news/1",
"title": "GDP Growth Accelerates in Q4",
"source": "World Bank",
"publishedAt": "2026-05-01T00:00:00Z"
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"country": {
"type": "string",
"description": "Filter by ISO3 country code"
},
"category": {
"type": "string",
"description": "Filter by category name"
},
"indicator": {
"type": "string",
"description": "Filter by indicator code"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/indicators/NY.GDP.MKTP.CD/countries"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/indicators/NY.GDP.MKTP.CD/countries",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": [
{
"iso3": "USA",
"name": "United States",
"region": "North America"
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "Indicator code, e.g. NY.GDP.MKTP.CD"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/timeseries/FP.CPI.TOTL.ZG"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/timeseries/FP.CPI.TOTL.ZG",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"to": "2024-01-01",
"from": "2020-01-01",
"country": "USA"
}
},
"output": {
"type": "json",
"example": [
{
"date": "2023-01-01",
"value": 27.36,
"country": "USA",
"indicator": "NY.GDP.MKTP.CD"
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "Indicator code, e.g. FP.CPI.TOTL.ZG"
}
}
},
"queryParams": {
"type": "object",
"properties": {
"to": {
"type": "string",
"format": "date",
"description": "End date"
},
"from": {
"type": "string",
"format": "date",
"description": "Start date"
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-3 country code"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/indicators"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/indicators",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": [
{
"code": "NY.GDP.MKTP.CD",
"name": "GDP (current US$)",
"unit": "USD",
"source": "World Bank",
"category": "Economic Growth",
"frequency": "yearly"
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/countries/USA"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/countries/USA",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": {
"iso3": "DEU",
"name": "Germany",
"region": "Europe & Central Asia",
"indicators": [
{
"code": "NY.GDP.MKTP.CD",
"name": "GDP (current US$)",
"latestDate": "2023-01-01",
"latestValue": 4460000000000
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"iso3"
],
"properties": {
"iso3": {
"type": "string",
"description": "ISO 3166-1 alpha-3 code, e.g. DEU"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/countries"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/countries",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": [
{
"iso3": "USA",
"name": "United States",
"region": "North America"
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/stats"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/stats",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": {
"lastSync": "2026-05-07T00:00:00Z",
"lastFetch": "2026-05-07T06:00:00Z",
"totalCountries": 298,
"totalDataPoints": 12500000,
"totalIndicators": 753
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/timeseries/FP.CPI.TOTL.ZG/top-countries"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/timeseries/FP.CPI.TOTL.ZG/top-countries",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"n": 10
}
},
"output": {
"type": "json",
"example": [
{
"date": "2023-01-01",
"iso3": "USA",
"name": "United States",
"value": 27360000000000
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "Indicator code, e.g. NY.GDP.MKTP.CD"
}
}
},
"queryParams": {
"type": "object",
"properties": {
"n": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Number of top countries to return"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required for M2M access. Use Bearer ed_* API key, or pay via x402 (PAYMENT-SIGNATURE) or MPP (Authorization: Payment).",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": "https://econdash.org/api/v1/m2m/categories"
},
"payTo": "0x39E10E5F431B26cae3D7D0A39aeF86055d015d8c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 180
}
],
"resource": {
"url": "https://econdash.org/api/v1/m2m/categories",
"mimeType": "application/json",
"description": "EconDash economic data API (M2M)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": [
{
"name": "Economic Growth",
"indicatorCount": 42
}
]
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/econdash/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 15 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-06-16 · last up 2026-08-11
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/econdash?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/econdash.svg" alt="EconDash listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/econdash?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/econdash?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/econdash.svg?data=uptime" alt="EconDash uptime on x402-list" height="28"> </a>