{
  "x402Version": 2,
  "id": 14979,
  "slug": "14979",
  "resource": "https://econ.memoryapi.org/x402/econ/demographics",
  "description": "U.S. Census demographic data by state or county. Population, income, poverty, unemployment, home values, education.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "U.S. Census ACS demographic data. Population, median income, poverty rate, unemployment, home values, and education by state or county.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "method": "GET",
          "queryParams": {
            "level": "state",
            "state": "CA"
          },
          "schema": {
            "properties": {
              "level": {
                "description": "state (default) or county",
                "type": "string"
              },
              "state": {
                "description": "2-letter state code (CA, TX, NY) or omit for all states",
                "type": "string"
              }
            },
            "required": []
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": [
              {
                "median_home_value": 538500,
                "median_household_income": 84097,
                "name": "California",
                "population": 39538223,
                "poverty_rate_pct": 12.3,
                "unemployment_rate_pct": 7.8
              }
            ],
            "success": true
          }
        },
        "serviceName": "MemoryAPI Econ",
        "tags": [
          "economics",
          "macro",
          "finance",
          "data"
        ]
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              }
            },
            "required": [
              "method"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "econ.memoryapi.org",
  "lastUpdated": "2026-09-08T08:05:18.928Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-08T08:05:18.696Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "econ.memoryapi.org",
    "manifest_name": "econ.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}