{ "opencollection": "1.0.0", "info": { "name": "Insights.Api Balancing Mechanism Dynamic Bid-Offer API", "version": "1.0" }, "items": [ { "info": { "name": "Bid-Offer", "type": "folder" }, "items": [ { "info": { "name": "Bid-offer data per BMU (BOD)", "type": "http" }, "http": { "method": "GET", "url": "https://data.elexon.co.uk/bmrs/api/v1/balancing/bid-offer", "params": [ { "name": "bmUnit", "value": "2__HFLEX001", "type": "query", "description": "The BM Unit to query." }, { "name": "from", "value": "2022-09-22T00:00Z", "type": "query", "description": "The \"from\" start time or settlement date for the filter." }, { "name": "to", "value": "2022-09-23T00:00Z", "type": "query", "description": "The \"to\" start time or settlement date for the filter." }, { "name": "settlementPeriodFrom", "value": "", "type": "query", "description": "The \"from\" settlement period for the filter. This should be an integer from 1-50 inclusive." }, { "name": "settlementPeriodTo", "value": "", "type": "query", "description": "The \"to\" settlement period for the filter. This should be an integer from 1-50 inclusive." }, { "name": "format", "value": "", "type": "query", "description": "Response data format. Use json/xml to include metadata." } ] }, "docs": "This endpoint provides the bid-offer data for a requested BMU. It returns the data valid over a given time\nrange, excluding any results where LevelFrom and LevelTo are both zero.\n \nBy default, the from and to parameters filter the data inclusively and this endpoint will return any data that\noverlaps even at a single instant. If the settlementPeriodFrom or settlementPeriodTo parameters are provided, it\nwill instead filter to return any data that overlaps with the specified range of set" }, { "info": { "name": "Market-wide bid-offer data (BOD)", "type": "http" }, "http": { "method": "GET", "url": "https://data.elexon.co.uk/bmrs/api/v1/balancing/bid-offer/all", "params": [ { "name": "settlementDate", "value": "2022-09-22", "type": "query", "description": "The settlement date to filter." }, { "name": "settlementPeriod", "value": "1", "type": "query", "description": "The settlement period to filter. This should be an integer from 1-50 inclusive." }, { "name": "bmUnit", "value": "2__HFLEX001,HUMR-1", "type": "query", "description": "The BM Units to query. Elexon or NGC BMU IDs can be used. If omitted, results for all BM units will be returned." }, { "name": "format", "value": "", "type": "query", "description": "Response data format. Use json/xml to include metadata." } ] }, "docs": "This endpoint provides market-wide bid-offer data, for all BMUs or a requested set of multiple BMUs.\nIt returns the data valid for a given settlement period, excluding any results where LevelFrom and LevelTo are both zero.\n \nThe settlement period to query must be specified as a date and settlement period. The date should be provided in the format yyyy-MM-dd." } ] } ], "bundled": true }