{
  "x402Version": 2,
  "id": 1465,
  "slug": "1465",
  "resource": "https://x402-seller.onrender.com/electricity/price",
  "description": "Current average U.S. retail price of electricity, in cents per kilowatt-hour (cents/kWh) — e.g. \"what's the electricity price right now\". Reflects the latest monthly data (not real-time), averaged across all sectors combined (not sector-specific), sourced from the U.S. Energy Information Administration (EIA). Optional 'state' param (2-letter code) returns that state's average instead of the national figure.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xbd61dfb01f81c91f02b0ccd51b0220e0c8918639",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "state": "US"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "date": "2026-04",
            "price": 12.5,
            "region": "U.S. Total",
            "source": "U.S. Energy Information Administration (EIA)",
            "unit": "cents per kilowatt-hour"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "state": {
                    "description": "2-letter US state code, or 'US' for national average",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "date": {
                    "type": "string"
                  },
                  "price": {
                    "type": "number"
                  },
                  "region": {
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "unit": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402-seller.onrender.com",
  "lastUpdated": "2026-09-11T04:09:32.272Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-11T04:09:32.12Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-seller.onrender.com",
    "manifest_name": "x402-seller.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"
  }
}