x402 List

x402 Protocol Service Directory

EconDash

Data

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%
BASE URL https://econdash.org/api/v1/m2m WEBSITE https://econdash.org ENDPOINTS 15 NETWORK Base ASSET USDC MEMBER SINCE 07 May 2026 MONITORED SINCE 01 May 2026

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
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

05-29 · uptime 100.0% · 52ms avg05-30 · uptime 100.0% · 53ms avg05-31 · uptime 100.0% · 64ms avg06-01 · uptime 100.0% · 65ms avg06-02 · uptime 100.0% · 71ms avg06-03 · uptime 100.0% · 57ms avg06-04 · uptime 100.0% · 43ms avg06-05 · uptime 100.0% · 42ms avg06-06 · uptime 100.0% · 55ms avg06-07 · uptime 100.0% · 49ms avg06-08 · uptime 100.0% · 42ms avg06-09 · uptime 100.0% · 53ms avg06-10 · uptime 100.0% · 39ms avg06-11 · uptime 100.0% · 47ms avg06-12 · uptime 100.0% · 43ms avg06-13 · uptime 100.0% · 47ms avg06-14 · uptime 100.0% · 49ms avg06-15 · uptime 97.8% · 45ms avg06-16 · uptime 100.0% · 67ms avg06-17 · uptime 100.0% · 81ms avg06-18 · uptime 100.0% · 96ms avg06-19 · uptime 100.0% · 99ms avg06-20 · uptime 100.0% · 78ms avg06-21 · uptime 100.0% · 71ms avg06-22 · uptime 100.0% · 82ms avg06-23 · uptime 100.0% · 101ms avg06-24 · uptime 100.0% · 89ms avg06-25 · uptime 100.0% · 82ms avg06-26 · uptime 100.0% · 86ms avg06-27 · uptime 100.0% · 80ms avg05-2906-27
RESPONSE TIME
05-29 · 52ms avg05-29 · 52ms avg05-30 · 53ms avg05-30 · 53ms avg05-31 · 64ms avg05-31 · 64ms avg06-01 · 65ms avg06-01 · 65ms avg06-02 · 71ms avg06-02 · 71ms avg06-03 · 57ms avg06-03 · 57ms avg06-04 · 43ms avg06-04 · 43ms avg06-05 · 42ms avg06-05 · 42ms avg06-06 · 55ms avg06-06 · 55ms avg06-07 · 49ms avg06-07 · 49ms avg06-08 · 42ms avg06-08 · 42ms avg06-09 · 53ms avg06-09 · 53ms avg06-10 · 39ms avg06-10 · 39ms avg06-11 · 47ms avg06-11 · 47ms avg06-12 · 43ms avg06-12 · 43ms avg06-13 · 47ms avg06-13 · 47ms avg06-14 · 49ms avg06-14 · 49ms avg06-15 · 45ms avg06-15 · 45ms avg06-16 · 67ms avg06-16 · 67ms avg06-17 · 81ms avg06-17 · 81ms avg06-18 · 96ms avg06-18 · 96ms avg06-19 · 99ms avg06-19 · 99ms avg06-20 · 78ms avg06-20 · 78ms avg06-21 · 71ms avg06-21 · 71ms avg06-22 · 82ms avg06-22 · 82ms avg06-23 · 101ms avg06-23 · 101ms avg06-24 · 89ms avg06-24 · 89ms avg06-25 · 82ms avg06-25 · 82ms avg06-26 · 86ms avg06-26 · 86ms avg06-27 · 80ms avg06-27 · 80ms avg05-2906-27
30d UPTIME 99.9%
UPTIME 30D 99.9%
AVG RESP 64ms
TOTAL CHECKS 2,763

RECENT CHECKS

TIME STATUS RESP
● SLOW 99ms
● OK 85ms
● SLOW 107ms
● OK 71ms
● OK 78ms
● OK 82ms
● OK 72ms
● OK 66ms
● OK 63ms
● OK 72ms
● OK 85ms
● OK 76ms
● OK 82ms
● OK 74ms
● OK 79ms

EMBED THIS BADGE

Show that EconDash is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

EconDash listed on x402-list
// 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
[![EconDash on x402-list](https://x402-list.com/badge/econdash.svg)](https://x402-list.com/services/econdash?utm_source=badge&utm_medium=referral&utm_campaign=embed)