Get all FCR bids for a given virtual asset and delivery day.
Gets all FCR bids for a given virtual asset and delivery day
Query Parameters
deliveryDay: The delivery day of the bids in the format YYYY-MM-DD, e.g. 2026-05-30 (full day according to RFC3339).
Response format
Returns a JSON representation of the ancillary bids for the given time interval and virtual asset as a list. The following fields are provided:
productDateCode:
The productDateCode in the response references a specific product on a given delivery day: e.g. 2025-01-01_NEGPOS_00_04.
This “product-date-code” can be used to update the bid individually through the PUT endpoint.
product: The product of the bid, e.g. NEGPOS_00_04.
deliveryDay: The delivery day of the bid in the format YYYY-MM-DD, e.g. 2026-05-30 (full day according to RFC3339).
bids: A list of individual bids for the product.
Each bid in the list contains the following fields whose contents can vary depending on the market:
offeredCapacity: The offered capacity of the bid in kilowatts, e.g. 2000.
capacityPrice: The capacity price of the bid in EUR/MW/h, e.g. 100.00. This price is used to determine the position of the bid in the TSO’s merit order.
Headers
Access token
Path Parameters
Organisation ID
Virtual Asset ID
Query Parameters
Delivery Day
Body
The body is of type object.