Flexibility Pools
Get optimal bids for pool
Returns the optimal set of bids for a given pool for the next time_horizon_hours
, accounting
for uncertainty in flex availability.
GET
/
entities
/
pool
/
{pool_id}
/
bids
/
optimal
Authorization
Path
Query
curl --request GET \
--url http://localhost:8001/entities/pool/{pool_id}/bids/optimal
[
{
"from_level_mw": 123,
"from_time": "2023-11-07T05:31:56Z",
"id": "<string>",
"price_eur": 123,
"submitted": true,
"to_level_mw": 123,
"to_time": "2023-11-07T05:31:56Z"
}
]
Path Parameters
pool_id
string
requiredQuery Parameters
time_horizon_hours
integer
default: 24internal_forecast
boolean
default: trueResponse
200 - application/json
from_level_mw
number
requiredfrom_time
string
requiredStart time of bid/offer (UTC)
id
string
requiredprice_eur
number
requiredsubmitted
boolean
default: falseto_level_mw
number
requiredto_time
string
requiredEnd time of bid/offer (UTC)
curl --request GET \
--url http://localhost:8001/entities/pool/{pool_id}/bids/optimal
[
{
"from_level_mw": 123,
"from_time": "2023-11-07T05:31:56Z",
"id": "<string>",
"price_eur": 123,
"submitted": true,
"to_level_mw": 123,
"to_time": "2023-11-07T05:31:56Z"
}
]