v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
Indicative Imbalance Settlement

Historic acceptances by settlement period (ISPSTACK, BOALF, BOD)

Returns the bid and offer prices for acceptances, with the acceptance number and acceptance time. Results are sorted by descending acceptance time.

Settlement date parameter must be provided in the exact format yyyy-MM-dd.

get/balancing/settlement/acceptances/all/{settlementDate}/{settlementPeriod}

Path parameters

settlementDatestring date required
Example:2024-02-01

The settlement date for the filter. This must be in the format yyyy-MM-dd.

settlementPeriodinteger required
Example:1

The settlement period to filter. This should be an integer from 1-50 inclusive.

Query parameters

format'json' | 'xml' | 'csv'

Response data format. Use json/xml to include metadata.

Response

Data retrieved

Example response

{
  "data": [
    {
      "settlementDate": "2023-11-15",
      "settlementPeriod": 1,
      "bmUnit": "2__AFLEX003",
      "nationalGridBmUnit": "AG-AFLX03",
      "acceptanceNumber": 22,
      "acceptanceTime": "2023-11-15T00:00:00Z",
      "bidPrice": -44.95,
      "offerPrice": 449.95,
      "bidOfferPairId": 1
    }
  ],
  "metadata": {
    "datasets": [
      "DATASET"
    ]
  }
}