Markets
Get market prices
Prices for a given market
GET
/
entities
/
market
/
{market_id}
/
prices
Authorization
Path
Query
curl --request GET \
--url http://localhost:8001/entities/market/{market_id}/prices
{
"last_updated": "2023-11-07T05:31:56Z",
"price_eur_per_mwh": [
123
],
"source": "<string>",
"timestamps": [
"2023-11-07T05:31:56Z"
]
}
Path Parameters
market_id
string
requiredQuery Parameters
start_time
any
end_time
any
Response
200 - application/json
last_updated
string
default: 2023-08-31T07:40:32.153269+00:00price_eur_per_mwh
number[]
requiredsource
string
default: ENTSO-Etimestamps
string[]
requiredTimestamps (UTC)
curl --request GET \
--url http://localhost:8001/entities/market/{market_id}/prices
{
"last_updated": "2023-11-07T05:31:56Z",
"price_eur_per_mwh": [
123
],
"source": "<string>",
"timestamps": [
"2023-11-07T05:31:56Z"
]
}