{
  "x402Version": 2,
  "id": 7433,
  "slug": "7433",
  "resource": "https://api.grid-hub.app/v1/price/:zone",
  "description": "Historical price time series for one electricity zone, oldest-first, max 31 days per call (start/end are Unix seconds; default last 24h; limit caps rows). Use for trends and backtests; use /v1/latest or /v1/brief for current values. Zone ids from /v1/zones.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7ca97aE70E38736a94eEa00427D50846Bab978DD",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "zone": "GB"
          },
          "queryParams": {
            "end": "1788000000",
            "limit": "200",
            "start": "1787400000"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "attribution": "Supported by National Energy SO Open Data",
            "count": 2,
            "data": [
              {
                "ts": 1787961600,
                "unit": "GBP/MWh",
                "value": 88.76
              },
              {
                "ts": 1787963400,
                "unit": "GBP/MWh",
                "value": 91.2
              }
            ],
            "license": "NESO-Open-Licence",
            "metric": "price",
            "zone": "GB"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/price/:zone",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "zone": {
                    "description": "Zone id from /v1/zones",
                    "enum": [
                      "US-CAISO",
                      "US-ERCOT",
                      "US-PJM",
                      "US-MISO",
                      "US-NYISO",
                      "US-ISONE",
                      "US-SPP",
                      "GB",
                      "AU-NSW",
                      "AU-QLD",
                      "AU-VIC",
                      "AU-SA",
                      "AU-TAS",
                      "DE-LU",
                      "FR",
                      "ES",
                      "IT-NO",
                      "NL",
                      "BE",
                      "PL",
                      "SE-3",
                      "NO-2",
                      "DK-1",
                      "AT",
                      "CH"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "zone"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "end": {
                    "description": "Window end, Unix seconds",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max rows (up to 5000)",
                    "type": "string"
                  },
                  "sample": {
                    "description": "Free truncated sample, no payment or credentials",
                    "enum": [
                      "true"
                    ],
                    "type": "string"
                  },
                  "start": {
                    "description": "Window start, Unix seconds",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "pathParams"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.grid-hub.app",
  "lastUpdated": "2026-09-14T19:53:05.641Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T19:53:05.297Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.grid-hub.app",
    "manifest_name": "api.grid-hub.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}