AEMO Balancing Reports v2.1 API

Balancing Reports v2.1

Operations 5

POST /?soapAction=getBalancingMeritOrders getBalancingMeritOrders #
POST /?soapAction=getBalancingPrices getBalancingPrices #
POST /?soapAction=getBalancingQuantityPrices getBalancingQuantityPrices #
POST /?soapAction=getBalancingSubmissions getBalancingSubmissions #
POST /?soapAction=getTheoreticalEnergySchedule getTheoreticalEnergySchedule #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aemo-balancing-reports-v2-1-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aemo-balancing-reports-v2-1-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Balancing Reports v2.1 API
  version: '3.0'
  x-origin:
  - format: openapi
    source: AEMO API Management developer portal
    url: https://dev.aemo.com.au/developer/apis/balancing-reports-v2-1/operations?api-version=2022-04-01-preview
  description: Balancing Reports v2.1
servers:
- url: https://api-prd.aemo.local/WEM/balancing
security:
- {}
- apiKeyHeader: []
- apiKeyQuery: []
tags:
- name: Balancing Reports v2.1
  description: Balancing Reports v2.1
paths:
  /?soapAction=getBalancingMeritOrders:
    post:
      operationId: getBalancingMeritOrders
      summary: getBalancingMeritOrders
      tags:
      - Balancing Reports v2.1
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getBalancingMeritOrders
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <Body>\n    <getBalancingMeritOrders xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://wems.imowa.com.au/xml/ns/balancing/2.0\">\n      <source_type>FORECAST</source_type>\n      <trading_date_interval_range>\n        <start_date_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-01-01</trade_date>\n          <delivery_hour>0</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n        </start_date_interval>\n        <end_date_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-01-01</trade_date>\n          <delivery_hour>0</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n        </end_date_interval>\n      </trading_date_interval_range>\n      <participant_name>participant1</participant_name>\n    </getBalancingMeritOrders>\n  </Body>\n</Envelope>"
        description: getBalancingMeritOrders
      responses:
        '200':
          description: getBalancingMeritOrdersResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <Body>\n    <getBalancingMeritOrdersResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://wems.imowa.com.au/xml/ns/balancing/2.0\">\n      <balancing_merit_orders_report>\n        <reportName xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">reportName1</reportName>\n        <published_date xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">1900-01-01T01:01:01</published_date>\n        <message xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">message1</message>\n        <message_tag xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">RE001</message_tag>\n        <reportArguments xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <source_type>FORECAST</source_type>\n          <trading_date_interval_range>\n            <start_date_interval>\n              <trade_date>1900-01-01</trade_date>\n              <delivery_hour>0</delivery_hour>\n              <delivery_interval>1</delivery_interval>\n            </start_date_interval>\n            <end_date_interval>\n              <trade_date>1900-01-01</trade_date>\n              <delivery_hour>0</delivery_hour>\n              <delivery_interval>1</delivery_interval>\n            </end_date_interval>\n          </trading_date_interval_range>\n          <participant_name>participant1</participant_name>\n        </reportArguments>\n        <source_type xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">FORECAST</source_type>\n        <trading_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-01-01</trade_date>\n          <delivery_hour>0</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n          <bmo_item>\n            <rank>1</rank>\n            <participant_name>participant1</participant_name>\n            <resource_name>resource_name1</resource_name>\n            <price>1</price>\n            <quantity>-999999.999</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>999</rank>\n            <participant_name>participant2</participant_name>\n            <resource_name>resource_name2</resource_name>\n            <price>-79228162514264337593543950335</price>\n            <quantity>999999.999</quantity>\n            <ancillary_purpose>LFAS</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>2</rank>\n            <participant_name>participant3</participant_name>\n            <resource_name>resource_name3</resource_name>\n            <price>79228162514264337593543950335</price>\n            <quantity>-999999.899</quantity>\n            <ancillary_purpose>COMTEST</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>998</rank>\n            <participant_name>participant4</participant_name>\n            <resource_name>resource_name4</resource_name>\n            <price>0.9</price>\n            <quantity>999999.899</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>3</rank>\n            <participant_name>participant5</participant_name>\n            <resource_name>resource_name5</resource_name>\n            <price>1.1</price>\n            <quantity>-999999.799</quantity>\n            <ancillary_purpose>LFAS</ancillary_purpose>\n          </bmo_item>\n        </trading_interval>\n        <trading_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>0001-01-01</trade_date>\n          <delivery_hour>23</delivery_hour>\n          <delivery_interval>2</delivery_interval>\n          <bmo_item>\n            <rank>997</rank>\n            <participant_name>participant6</participant_name>\n            <resource_name>resource_name6</resource_name>\n            <price>-79228162514264337593543950335</price>\n            <quantity>999999.799</quantity>\n            <ancillary_purpose>COMTEST</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>4</rank>\n            <participant_name>participant7</participant_name>\n            <resource_name>resource_name7</resource_name>\n            <price>79228162514264337593543950335</price>\n            <quantity>-999999.699</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>996</rank>\n            <participant_name>participant8</participant_name>\n            <resource_name>resource_name8</resource_name>\n            <price>0.8</price>\n            <quantity>999999.699</quantity>\n            <ancillary_purpose>LFAS</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>5</rank>\n            <participant_name>participant9</participant_name>\n            <resource_name>resource_name9</resource_name>\n            <price>1.2</price>\n            <quantity>-999999.599</quantity>\n            <ancillary_purpose>COMTEST</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>995</rank>\n            <participant_name>participan10</participant_name>\n            <resource_name>resource_name10</resource_name>\n            <price>-79228162514264337593543950335</price>\n            <quantity>999999.599</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n        </trading_interval>\n        <trading_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>9999-12-31</trade_date>\n          <delivery_hour>1</delivery_hour>\n          <delivery_interval>2</delivery_interval>\n          <bmo_item>\n            <rank>6</rank>\n            <participant_name>participan11</participant_name>\n            <resource_name>resource_name11</resource_name>\n            <price>79228162514264337593543950335</price>\n            <quantity>-999999.499</quantity>\n            <ancillary_purpose>LFAS</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>994</rank>\n            <participant_name>participan12</participant_name>\n            <resource_name>resource_name12</resource_name>\n            <price>0.7</price>\n            <quantity>999999.499</quantity>\n            <ancillary_purpose>COMTEST</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>7</rank>\n            <participant_name>participan13</participant_name>\n            <resource_name>resource_name13</resource_name>\n            <price>1.3</price>\n            <quantity>-999999.399</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>993</rank>\n            <participant_name>participan14</participant_name>\n            <resource_name>resource_name14</resource_name>\n            <price>-79228162514264337593543950335</price>\n            <quantity>999999.399</quantity>\n            <ancillary_purpose>LFAS</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>8</rank>\n            <participant_name>participan15</participant_name>\n            <resource_name>resource_name15</resource_name>\n            <price>79228162514264337593543950335</price>\n            <quantity>-999999.299</quantity>\n            <ancillary_purpose>COMTEST</ancillary_purpose>\n          </bmo_item>\n        </trading_interval>\n        <trading_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1899-11-30</trade_date>\n          <delivery_hour>22</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n          <bmo_item>\n            <rank>992</rank>\n            <participant_name>participan16</participant_name>\n            <resource_name>resource_name16</resource_name>\n            <price>0.6</price>\n            <quantity>999999.299</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>9</rank>\n            <participant_name>participan17</participant_name>\n            <resource_name>resource_name17</resource_name>\n            <price>1.4</price>\n            <quantity>-999999.199</quantity>\n            <ancillary_purpose>LFAS</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>991</rank>\n            <participant_name>participan18</participant_name>\n            <resource_name>resource_name18</resource_name>\n            <price>-79228162514264337593543950335</price>\n            <quantity>999999.199</quantity>\n            <ancillary_purpose>COMTEST</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>10</rank>\n            <participant_name>participan19</participant_name>\n            <resource_name>resource_name19</resource_name>\n            <price>79228162514264337593543950335</price>\n            <quantity>-999999.099</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>990</rank>\n            <participant_name>participan20</participant_name>\n            <resource_name>resource_name20</resource_name>\n            <price>0.5</price>\n            <quantity>999999.099</quantity>\n            <ancillary_purpose>LFAS</ancillary_purpose>\n          </bmo_item>\n        </trading_interval>\n        <trading_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-02-02</trade_date>\n          <delivery_hour>2</delivery_hour>\n          <delivery_interval>2</delivery_interval>\n          <bmo_item>\n            <rank>11</rank>\n            <participant_name>participan21</participant_name>\n            <resource_name>resource_name21</resource_name>\n            <price>1.5</price>\n            <quantity>-999998.999</quantity>\n            <ancillary_purpose>COMTEST</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>989</rank>\n            <participant_name>participan22</participant_name>\n            <resource_name>resource_name22</resource_name>\n            <price>-79228162514264337593543950334</price>\n            <quantity>999998.999</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>12</rank>\n            <participant_name>participan23</participant_name>\n            <resource_name>resource_name23</resource_name>\n            <price>79228162514264337593543950334</price>\n            <quantity>-999998.899</quantity>\n            <ancillary_purpose>LFAS</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>988</rank>\n            <participant_name>participan24</participant_name>\n            <resource_name>resource_name24</resource_name>\n            <price>0.4</price>\n            <quantity>999998.899</quantity>\n            <ancillary_purpose>COMTEST</ancillary_purpose>\n          </bmo_item>\n          <bmo_item>\n            <rank>13</rank>\n            <participant_name>participan25</participant_name>\n            <resource_name>resource_name25</resource_name>\n            <price>1.6</price>\n            <quantity>-999998.799</quantity>\n            <ancillary_purpose>OTHER</ancillary_purpose>\n          </bmo_item>\n        </trading_interval>\n      </balancing_merit_orders_report>\n    </getBalancingMeritOrdersResponse>\n  </Body>\n</Envelope>"
  /?soapAction=getBalancingPrices:
    post:
      operationId: getBalancingPrices
      summary: getBalancingPrices
      tags:
      - Balancing Reports v2.1
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getBalancingPrices
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <Body>\n    <getBalancingPrices xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://wems.imowa.com.au/xml/ns/balancing/2.0\">\n      <price_type>FORECAST</price_type>\n      <trading_date_range>\n        <startDate xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">1900-01-01</startDate>\n        <endDate xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">1900-01-01</endDate>\n      </trading_date_range>\n    </getBalancingPrices>\n  </Body>\n</Envelope>"
        description: getBalancingPrices
      responses:
        '200':
          description: getBalancingPricesResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <Body>\n    <getBalancingPricesResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://wems.imowa.com.au/xml/ns/balancing/2.0\">\n      <balancing_prices_report>\n        <reportName xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">reportName1</reportName>\n        <published_date xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">1900-01-01T01:01:01</published_date>\n        <message xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">message1</message>\n        <message_tag xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">RE001</message_tag>\n        <reportArguments xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <price_type>FORECAST</price_type>\n          <trading_date_range>\n            <startDate>1900-01-01</startDate>\n            <endDate>1900-01-01</endDate>\n          </trading_date_range>\n        </reportArguments>\n        <rows id=\"1\" xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-01-01</trade_date>\n          <delivery_hour>0</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n          <price>1</price>\n          <load>-999999.999</load>\n          <non_scheduled_generation>-999999.999</non_scheduled_generation>\n          <mp_forecast_aggr_mw>-999999.999</mp_forecast_aggr_mw>\n          <forecast_nsg_source>SYSTEM_MANAGEMENT</forecast_nsg_source>\n        </rows>\n        <rows id=\"-9223372036854775807\" xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>0001-01-01</trade_date>\n          <delivery_hour>23</delivery_hour>\n          <delivery_interval>2</delivery_interval>\n          <price>-79228162514264337593543950335</price>\n          <load>999999.999</load>\n          <non_scheduled_generation>999999.999</non_scheduled_generation>\n          <mp_forecast_aggr_mw>999999.999</mp_forecast_aggr_mw>\n          <forecast_nsg_source>SUBMISSIONS</forecast_nsg_source>\n        </rows>\n        <rows id=\"9223372036854775807\" xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>9999-12-31</trade_date>\n          <delivery_hour>1</delivery_hour>\n          <delivery_interval>2</delivery_interval>\n          <price>79228162514264337593543950335</price>\n          <load>-999999.899</load>\n          <non_scheduled_generation>-999999.899</non_scheduled_generation>\n          <mp_forecast_aggr_mw>-999999.899</mp_forecast_aggr_mw>\n          <forecast_nsg_source>SYSTEM_MANAGEMENT</forecast_nsg_source>\n        </rows>\n        <rows id=\"0\" xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1899-11-30</trade_date>\n          <delivery_hour>22</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n          <price>0.9</price>\n          <load>999999.899</load>\n          <non_scheduled_generation>999999.899</non_scheduled_generation>\n          <mp_forecast_aggr_mw>999999.899</mp_forecast_aggr_mw>\n          <forecast_nsg_source>SUBMISSIONS</forecast_nsg_source>\n        </rows>\n        <rows id=\"2\" xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-02-02</trade_date>\n          <delivery_hour>2</delivery_hour>\n          <delivery_interval>2</delivery_interval>\n          <price>1.1</price>\n          <load>-999999.799</load>\n          <non_scheduled_generation>-999999.799</non_scheduled_generation>\n          <mp_forecast_aggr_mw>-999999.799</mp_forecast_aggr_mw>\n          <forecast_nsg_source>SYSTEM_MANAGEMENT</forecast_nsg_source>\n        </rows>\n      </balancing_prices_report>\n    </getBalancingPricesResponse>\n  </Body>\n</Envelope>"
  /?soapAction=getBalancingQuantityPrices:
    post:
      operationId: getBalancingQuantityPrices
      summary: getBalancingQuantityPrices
      tags:
      - Balancing Reports v2.1
      parameters:
      - name: soapAction
        in: query
        required: true
        description: SOAP action selector for this operation.
        schema:
          type: string
          enum:
          - getBalancingQuantityPrices
      requestBody:
        content:
          text/xml:
            example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <Body>\n    <getBalancingQuantityPrices xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://wems.imowa.com.au/xml/ns/balancing/2.0\">\n      <source_type>FORECAST</source_type>\n      <trading_date_interval_range>\n        <start_date_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-01-01</trade_date>\n          <delivery_hour>0</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n        </start_date_interval>\n        <end_date_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-01-01</trade_date>\n          <delivery_hour>0</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n        </end_date_interval>\n      </trading_date_interval_range>\n      <participant_name>participant1</participant_name>\n      <resource_name>resource_name1</resource_name>\n    </getBalancingQuantityPrices>\n  </Body>\n</Envelope>"
        description: getBalancingQuantityPrices
      responses:
        '200':
          description: getBalancingQuantityPricesResponse
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\n  <Body>\n    <getBalancingQuantityPricesResponse xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://wems.imowa.com.au/xml/ns/balancing/2.0\">\n      <balancing_quantity_prices_report>\n        <reportName xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">reportName1</reportName>\n        <published_date xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">1900-01-01T01:01:01</published_date>\n        <message xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">message1</message>\n        <message_tag xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">RE001</message_tag>\n        <reportArguments xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <source_type>FORECAST</source_type>\n          <trading_date_interval_range>\n            <start_date_interval>\n              <trade_date>1900-01-01</trade_date>\n              <delivery_hour>0</delivery_hour>\n              <delivery_interval>1</delivery_interval>\n            </start_date_interval>\n            <end_date_interval>\n              <trade_date>1900-01-01</trade_date>\n              <delivery_hour>0</delivery_hour>\n              <delivery_interval>1</delivery_interval>\n            </end_date_interval>\n          </trading_date_interval_range>\n          <participant_name>participant1</participant_name>\n          <resource_name>resource_name1</resource_name>\n        </reportArguments>\n        <trading_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>1900-01-01</trade_date>\n          <delivery_hour>0</delivery_hour>\n          <delivery_interval>1</delivery_interval>\n          <participant>\n            <participant_name>participant1</participant_name>\n            <resource>\n              <resource_name>resource_name1</resource_name>\n              <quantity>-999999.999</quantity>\n              <price>1</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name2</resource_name>\n              <quantity>999999.999</quantity>\n              <price>-79228162514264337593543950335</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name3</resource_name>\n              <quantity>-999999.899</quantity>\n              <price>79228162514264337593543950335</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name4</resource_name>\n              <quantity>999999.899</quantity>\n              <price>0.9</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name5</resource_name>\n              <quantity>-999999.799</quantity>\n              <price>1.1</price>\n            </resource>\n          </participant>\n          <participant>\n            <participant_name>participant2</participant_name>\n            <resource>\n              <resource_name>resource_name6</resource_name>\n              <quantity>999999.799</quantity>\n              <price>-79228162514264337593543950335</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name7</resource_name>\n              <quantity>-999999.699</quantity>\n              <price>79228162514264337593543950335</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name8</resource_name>\n              <quantity>999999.699</quantity>\n              <price>0.8</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name9</resource_name>\n              <quantity>-999999.599</quantity>\n              <price>1.2</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name10</resource_name>\n              <quantity>999999.599</quantity>\n              <price>-79228162514264337593543950335</price>\n            </resource>\n          </participant>\n          <participant>\n            <participant_name>participant3</participant_name>\n            <resource>\n              <resource_name>resource_name11</resource_name>\n              <quantity>-999999.499</quantity>\n              <price>79228162514264337593543950335</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name12</resource_name>\n              <quantity>999999.499</quantity>\n              <price>0.7</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name13</resource_name>\n              <quantity>-999999.399</quantity>\n              <price>1.3</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name14</resource_name>\n              <quantity>999999.399</quantity>\n              <price>-79228162514264337593543950335</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name15</resource_name>\n              <quantity>-999999.299</quantity>\n              <price>79228162514264337593543950335</price>\n            </resource>\n          </participant>\n          <participant>\n            <participant_name>participant4</participant_name>\n            <resource>\n              <resource_name>resource_name16</resource_name>\n              <quantity>999999.299</quantity>\n              <price>0.6</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name17</resource_name>\n              <quantity>-999999.199</quantity>\n              <price>1.4</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name18</resource_name>\n              <quantity>999999.199</quantity>\n              <price>-79228162514264337593543950335</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name19</resource_name>\n              <quantity>-999999.099</quantity>\n              <price>79228162514264337593543950335</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name20</resource_name>\n              <quantity>999999.099</quantity>\n              <price>0.5</price>\n            </resource>\n          </participant>\n          <participant>\n            <participant_name>participant5</participant_name>\n            <resource>\n              <resource_name>resource_name21</resource_name>\n              <quantity>-999998.999</quantity>\n              <price>1.5</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name22</resource_name>\n              <quantity>999998.999</quantity>\n              <price>-79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name23</resource_name>\n              <quantity>-999998.899</quantity>\n              <price>79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name24</resource_name>\n              <quantity>999998.899</quantity>\n              <price>0.4</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name25</resource_name>\n              <quantity>-999998.799</quantity>\n              <price>1.6</price>\n            </resource>\n          </participant>\n        </trading_interval>\n        <trading_interval xmlns=\"http://wems.imowa.com.au/xml/ns/wems/1.0\">\n          <trade_date>0001-01-01</trade_date>\n          <delivery_hour>23</delivery_hour>\n          <delivery_interval>2</delivery_interval>\n          <participant>\n            <participant_name>participant6</participant_name>\n            <resource>\n              <resource_name>resource_name26</resource_name>\n              <quantity>999998.799</quantity>\n              <price>-79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name27</resource_name>\n              <quantity>-999998.699</quantity>\n              <price>79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name28</resource_name>\n              <quantity>999998.699</quantity>\n              <price>0.3</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name29</resource_name>\n              <quantity>-999998.599</quantity>\n              <price>1.7</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name30</resource_name>\n              <quantity>999998.599</quantity>\n              <price>-79228162514264337593543950334</price>\n            </resource>\n          </participant>\n          <participant>\n            <participant_name>participant7</participant_name>\n            <resource>\n              <resource_name>resource_name31</resource_name>\n              <quantity>-999998.499</quantity>\n              <price>79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name32</resource_name>\n              <quantity>999998.499</quantity>\n              <price>0.2</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name33</resource_name>\n              <quantity>-999998.399</quantity>\n              <price>1.8</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name34</resource_name>\n              <quantity>999998.399</quantity>\n              <price>-79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name35</resource_name>\n              <quantity>-999998.299</quantity>\n              <price>79228162514264337593543950334</price>\n            </resource>\n          </participant>\n          <participant>\n            <participant_name>participant8</participant_name>\n            <resource>\n              <resource_name>resource_name36</resource_name>\n              <quantity>999998.299</quantity>\n              <price>0.1</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name37</resource_name>\n              <quantity>-999998.199</quantity>\n              <price>1.9</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name38</resource_name>\n              <quantity>999998.199</quantity>\n              <price>-79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name39</resource_name>\n              <quantity>-999998.099</quantity>\n              <price>79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name40</resource_name>\n              <quantity>999998.099</quantity>\n              <price>0.0</price>\n            </resource>\n          </participant>\n          <participant>\n            <participant_name>participant9</participant_name>\n            <resource>\n              <resource_name>resource_name41</resource_name>\n              <quantity>-999997.999</quantity>\n              <price>2.0</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name42</resource_name>\n              <quantity>999997.999</quantity>\n              <price>-79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name43</resource_name>\n              <quantity>-999997.899</quantity>\n              <price>79228162514264337593543950334</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name44</resource_name>\n              <quantity>999997.899</quantity>\n              <price>-0.1</price>\n            </resource>\n            <resource>\n              <resource_name>resource_name45</resource_name>\n              <quantity>-999997.799</quantity>\n              <price>2.1</price>\n            </resource>\n          </participant>\n          <participant>\n            <participant_name>p

# --- truncated at 32 KB (105 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aemo/refs/heads/main/openapi/aemo-balancing-reports-v2-1-api-openapi.yml