Prices
Retrieve Price Time Series
Retrieve a price object for a given subscription, including the variable price time series to optimize your consumption against.
GET
/
subscriptions
/
{subscription}
/
prices
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the subscription to retrieve prices for
Query Parameters
Start date of the period at 00:00:00 in local time of the customer (format yyyy-mm-dd)
End date of the period at 23:59:59 in local time of the customer (format yyyy-mm-dd)
Response
200 - application/json
Type of object is always prices.
ID of the subscription these prices are for.
Currency of the price amounts.
Unit of the price amounts.
Time resolution of the price data points.
Available options:
15min
, 60min
Reference market for electricity prices.
List of price data points. Null if subscription is not active (either hasn't started yet or has ended).