Tariffs
Fetch tariffs for a location
GET
Authorizations
See the documentation for more information.
Body
application/json
Example:
"architecto"
Response
200 - application/json
Example:
[
{
"type": "epex-spot",
"location": "GW",
"timestamp": "2025-03-12T13:49:24.000000Z",
"price": 1506,
"price_includes_tax": false
},
{
"type": "epex-spot",
"location": "ML",
"timestamp": "2025-03-12T13:49:24.000000Z",
"price": 773,
"price_includes_tax": false
}
]
Was this page helpful?