v1

latestOpenAPI 3.0.02026-07-1751732.9 KB

Returns the current price

get/sites/{siteId}/prices/current

Path parameters

siteIdstring required

ID of the site you are fetching prices for. Can be found using the /sites enpoint

Query parameters

nextinteger

Return the next number of forecast intervals

previousinteger

Return the previous number of actual intervals.

resolution30

Specify the required interval duration resolution. Valid options: 30. Default: 30

Response

The current price on all channels.<br><br>Return Order: General > Controlled Load > Feed In.<br><br>NOTE: If a channel is added or removed the index offset will change. It is best to filter or group the array by channel type.

Example response

[
  {
    "spotPerKwh": 6.12,
    "perKwh": 24.33,
    "date": "2021-05-05",
    "nemTime": "2021-05-06T12:30:00+10:00",
    "startTime": "2021-05-05T02:00:01Z",
    "endTime": "2021-05-05T02:30:00Z",
    "renewables": 45,
    "channelType": "general"
  }
]