v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTariff
List dynamic prices for a DYNAMIC tariff.
Returns the time-series price entries stored on a DYNAMIC tariff. Window the result with timeStartFrom / timeStartTo, and narrow further by source or resolution. The currency of each price is the parent tariff's currency.<br/><br/>Required scope: tariffs:read
get/api/v1/tariffs/{tariffId}/dynamic-prices
Path parameters
tariffIdinteger required
Query parameters
Number of items per page (1..100)
pageinteger
Page number to retrieve (0-indexed)
Response
Page of dynamic price entries
Example response
{
"data": [
{
"id": 39127,
"tariffId": 7612,
"timeStart": "2026-01-01T00:00:00Z",
"timeEnd": "2026-01-01T01:00:00Z",
"price": 0.4567,
"resolution": "hour",
"source": "dagster"
}
]
}