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.
UPTIME 24H 100% │ 7D 100% │ 30D 99.9%
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /categories | $0.02 | Base | USDC | |
| GET | /countries | $0.02 | Base | USDC | |
| GET | /countries/DEU/indicators | $0.02 | Base | USDC | |
| GET | /countries/USA | $0.02 | Base | USDC | |
| GET | /indicators | $0.02 | Base | USDC | |
| GET | /indicators/NY.GDP.MKTP.CD | $0.02 | Base | USDC | |
| GET | /indicators/NY.GDP.MKTP.CD/countries | $0.02 | Base | USDC | |
| GET | /indicators/by-slug/gdp-current-us | $0.02 | Base | USDC | |
| GET | /news | $0.02 | Base | USDC | |
| GET | /news-sources | $0.02 | Base | USDC | |
| GET | /news/1 | $0.02 | Base | USDC | |
| GET | /sources | $0.02 | Base | USDC | |
| GET | /stats | $0.02 | Base | USDC | |
| GET | /timeseries/FP.CPI.TOTL.ZG | $0.02 | Base | USDC | |
| GET | /timeseries/FP.CPI.TOTL.ZG/top-countries | $0.02 | Base | USDC |
15 endpoints
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.
// request
curl -i 'https://econdash.org/api/v1/m2m/categories'
// 402 response (captured by monitor)
[
{
"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
}
] UPTIME
RESPONSE TIME
7d UPTIME 100%
UPTIME 7D 100%
AVG RESP 64ms
TOTAL CHECKS 2,768
RECENT CHECKS
TIME STATUS RESP
● OK 78ms
● OK 85ms
● OK 61ms
● OK 85ms
● OK 65ms
● SLOW 99ms
● OK 85ms
● SLOW 107ms
● OK 71ms
● OK 78ms
● OK 82ms
● OK 72ms
● OK 66ms
● OK 63ms
● OK 72ms
EMBED THIS BADGE
// HTML
<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="26"> </a>
// Markdown
[](https://x402-list.com/services/econdash?utm_source=badge&utm_medium=referral&utm_campaign=embed)