v1
latestOpenAPI 3.0.02026-07-1751732.9 KBReturns all the prices between the start and end dates
get/sites/{siteId}/prices
Path parameters
siteIdstring required
ID of the site you are fetching prices for. Can be found using the /sites endpoint
Query parameters
startDatestring date
Return all prices for each interval on and after this day. Defaults to today.
endDatestring date
Return all prices for each interval on and before this day. Defaults to today.
resolution5 | 30
Specify the required interval duration resolution. Valid options: 5, 30. Default: 30
Response
A list of priced intervals<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"
}
]