All data sources

WattTime

Bearer tokenwatttime

WattTime marginal emissions signals and forecasts — real-time MOER (lbs CO₂/MWh), historical data, and forward-looking forecasts by grid region.

Provenance

PublisherWattTime

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (Bearer token)

Methods (3)

  • getRegions

    read

    List WattTime grid regions, or resolve region from lat/lon.

    Input schema
    {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string"
        },
        "signalType": {
          "type": "string"
        },
        "latitude": {
          "type": "number"
        },
        "longitude": {
          "type": "number"
        },
        "query": {
          "type": "object",
          "properties": {},
          "additionalProperties": true
        }
      },
      "additionalProperties": false
    }
  • getCurrentSignal

    read

    Get the current marginal emissions signal (MOER) for a region.

    Input schema
    {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "signalType": {
          "type": "string"
        },
        "query": {
          "type": "object",
          "properties": {},
          "additionalProperties": true
        }
      },
      "additionalProperties": false
    }
  • getForecast

    read

    Get the forecast marginal emissions signal for a region.

    Input schema
    {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "signalType": {
          "type": "string"
        },
        "model": {
          "type": "string"
        },
        "horizonHours": {
          "type": "number"
        },
        "start": {
          "type": "string"
        },
        "end": {
          "type": "string"
        },
        "query": {
          "type": "object",
          "properties": {},
          "additionalProperties": true
        }
      },
      "additionalProperties": false
    }