{
  "x402Version": 2,
  "id": 6970,
  "slug": "6970",
  "resource": "https://squeezeos-api.onrender.com/api/fred/series/CPIAUCSL",
  "description": "FRED economic data API. Fetch the latest official Federal Reserve economic-series value and metadata by FRED series ID.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc29185fa176357612f3194735753e520e91adc46",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "series_id": "CPIAUCSL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "date": "<source-date>",
            "info": {
              "frequency": "<official-frequency>",
              "title": "<official-title>",
              "units": "<official-units>"
            },
            "product": "SML FRED Series",
            "series_id": "CPIAUCSL",
            "source": "fred_public_series_table",
            "status": "ready",
            "value": "<latest-real-value>"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": true,
                "description": "GET resource; no JSON request body is required.",
                "type": "object"
              },
              "method": {
                "const": "GET",
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": true,
                "properties": {
                  "series_id": {
                    "description": "FRED series identifier mirrored from the URL path for Bazaar discovery Search intents: fred data, economic data, federal reserve, macro data, economic series.",
                    "pattern": "^[A-Za-z0-9_.-]{1,80}$",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "queryParams"
            ],
            "type": "object"
          },
          "output": {
            "additionalProperties": false,
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "const": "json",
                "type": "string"
              }
            },
            "required": [
              "type",
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "squeezeos-api.onrender.com",
  "lastUpdated": "2026-09-05T23:37:43.415Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-05T23:37:42.524Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "squeezeos-api.onrender.com",
    "manifest_name": "squeezeos-api.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"
  }
}