{
  "x402Version": 2,
  "id": 7435,
  "slug": "7435",
  "resource": "https://api.grid-hub.app/v1/brief/:zone",
  "description": "Interpretation-ready snapshot of one electricity zone: current wholesale price and demand (plus carbon intensity for GB) each ranked against the zone's own trailing 30-day distribution, 24h trend, and a one-sentence summary. Use for 'is power cheap or expensive in {zone} right now'. Zone ids from /v1/zones.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7ca97aE70E38736a94eEa00427D50846Bab978DD",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "zone": "GB"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "context": {
              "price": {
                "percentile": 82,
                "unit": "GBP/MWh",
                "value": 88.76
              }
            },
            "summary": "Price is high (82nd percentile); demand is normal.",
            "zone": "GB"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/brief/: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"
              },
              "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-04T13:22:19.795Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-04T13:22:19.532Z"
  },
  "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"
  }
}