MISO · Example Payload

Miso Public Api Markets Displays Getbindingconstraintsreserve

EnergyUnited StatesElectricityEnergy MarketsGridSystem OperatorMarket OperatorWholesale PowerOpen Energy DataRenewablesSolarDemand ResponseUtilities

Miso Public Api Markets Displays Getbindingconstraintsreserve is an example object payload from MISO, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RefIdConstraint

Example Payload

Raw ↑
{
  "RefId": "27-Jul-2026 - Interval 08:10 EST",
  "Constraint": [
    {
      "Name": "RDT_SO_MW (South_North) - STR+Lost_Gen Zone_1",
      "Period": "2026-07-27T08:10:00",
      "Price": "-0.16",
      "Description": "STR+Lost_Gen Zone_1"
    },
    {
      "Name": "RDT_SO_MW (South_North) - STR+Lost_Gen Zone_3",
      "Period": "2026-07-27T08:10:00",
      "Price": "-8.32",
      "Description": "STR+Lost_Gen Zone_3"
    }
  ]
}