{
  "x402Version": 2,
  "id": 9084,
  "slug": "9084",
  "resource": "https://soren.com/v1/oracle/stat",
  "description": "A signed, timestamped US economic statistic from the Bureau of Labor Statistics — unemployment rate, CPI, nonfarm payroll, participation or average hourly earnings. Returns the latest figure with about a year of history, a SHA-256 of the exact bytes BLS returned, and an Ed25519 signature. Use it to prove what a figure WAS at a moment, because BLS revises its series. Verify with soren.com/oracle-key.json",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "series": "unemployment_rate"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "provenance": {
              "observed_at": "<ISO-8601 UTC>",
              "signature": {
                "algorithm": "Ed25519",
                "value": "<base64>"
              },
              "upstream_sha256": "<hex>"
            },
            "source": {
              "licence": "Public domain (US Government work, 17 U.S.C. 105).",
              "name": "US Bureau of Labor Statistics"
            },
            "value": {
              "latest": {
                "period_name": "<month>",
                "value": "<number>",
                "year": "<YYYY>"
              },
              "recent": [
                {
                  "period_name": "<month>",
                  "value": "<number>",
                  "year": "<YYYY>"
                }
              ],
              "series": "unemployment_rate",
              "series_id": "LNS14000000",
              "units": "percent"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/oracle/stat",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "series": {
                    "description": "One of: unemployment_rate, cpi, nonfarm_payroll, labor_force_participation, avg_hourly_earnings.",
                    "examples": [
                      "unemployment_rate"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "series"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "soren.com",
  "lastUpdated": "2026-08-26T13:10:29.9Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T13:10:29.721Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "soren.com",
    "manifest_name": "soren.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"
  }
}