v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBAuctions - by close for bidding period
Get all auctions which have their closed for bidding time inside the specified period. Auction ID(s) with details is returned. Period depth can't be longer than 7 days.
get/auctions
Query parameters
closeBiddingFromstring required
Start date and time of closed for bidding period
closeBiddingTostring required
End date and time of closed for bidding period
Response
200
Example response
[
{
"id": "PL_H_DA_1-20240424",
"name": "PL Hour Day Ahead 24.04.2024",
"state": "Open",
"closeForBidding": "2024-04-24T10:00:00.000Z",
"deliveryStart": "2024-04-24T22:00:00.000Z",
"deliveryEnd": "2024-04-25T22:00:00.000Z",
"availableOrderTypes": [
{
"id": 1,
"name": "CurveOrders"
}
],
"currencies": [
{
"currencyCode": "EUR",
"minPrice": -500,
"maxPrice": 4000
}
],
"contracts": [
{
"id": "PL_H_DA_1-20240425-01",
"deliveryStart": "2024-04-24T22:00:00.000Z",
"deliveryEnd": "2024-04-24T23:00:00.000Z"
}
],
"portfolios": [
{
"name": "Poland_PCR_Buy",
"id": "Z00001-380",
"currency": "EUR",
"companyId": "Z00001",
"companyName": "Zero Watts Oy",
"permission": "WRITE",
"areas": [
{
"code": "PL",
"name": "Poland",
"eicCode": "10YPL-AREA-----S",
"curveMinVolumeLimit": -99999,
"curveMaxVolumeLimit": 99999
}
]
}
]
}
]