{
  "x402Version": 2,
  "id": 13539,
  "slug": "13539",
  "resource": "https://macro-pulse-x402.onrender.com/macro-pulse/:country_code",
  "description": "Computed economic momentum score for a country (GDP growth, inflation, unemployment trend, synthesized into a single directional signal).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb4a9238c9400a7f1bb7924606ff2ea634a0f3ec4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "country_code": "US"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "country": "US",
            "disclaimer": "Directional context only. Not financial advice, not a buy/sell signal.",
            "indicators": {
              "gdp_growth": {
                "latest_value": 2.8,
                "latest_year": "2024",
                "trend_momentum": 0.6
              },
              "inflation": {
                "latest_value": 2.9,
                "latest_year": "2024",
                "trend_momentum": -1.1
              },
              "unemployment": {
                "latest_value": 4.1,
                "latest_year": "2024",
                "trend_momentum": -0.2
              }
            },
            "momentum_label": "improving",
            "momentum_score": 0.87,
            "source": "World Bank Open Data (public domain, https://data.worldbank.org)"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/macro-pulse/:country_code",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "country_code": {
                    "description": "ISO 3166-1 alpha-2 or alpha-3 country code, e.g. US, GB, JP, DEU",
                    "type": "string"
                  }
                },
                "required": [
                  "country_code"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "macro-pulse-x402.onrender.com",
  "lastUpdated": "2026-09-12T11:22:26.741Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T11:22:26.383Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "macro-pulse-x402.onrender.com",
    "manifest_name": "macro-pulse-x402.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}