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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
subscription
string
requiredID of the subscription to retrieve prices for
Query Parameters
start
string
requiredStart date of the period at 00:00:00 in local time of the customer (format yyyy-mm-dd)
end
string
requiredEnd date of the period at 23:59:59 in local time of the customer (format yyyy-mm-dd)
Response
200 - application/json
object
string
requiredType of object is always prices.
subscription
string
requiredID of the subscription these prices are for.
period
object
requiredcurrency
string
requiredCurrency of the price amounts.
unit
string
requiredUnit of the price amounts.
resolution
enum<string>
requiredTime resolution of the price data points.
Available options:
15min
, 60min
reference
string
requiredReference market for electricity prices.
items
object[] | null
requiredList of price data points. Null if subscription is not active (either hasn't started yet or has ended).