v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBAuction
Auction orders
Returns curve and block orders, including related customer information and matched volumes for a date and market.
Response field descriptions
curveOrders
- orderId: order identifier
- portfolio: portfolio short name
- companyId: company identifier
- company: company name
- area: area code
- auction: auction identifier
- productId: product identifier
- auctionRunTime: date and time when auction is closed and orders cannot be placed or modified
- modified: latest order modification time
- modifier: identifier of the user who was the last modifier of the order
- version: version of the order
- currencyCode: currency code
- resolutionSeconds: contract resolution in seconds
- curves: list of curve orders per delivery period
- id: trade identifier if traded volume > 0 or curve identifier if traded volume = 0
- deliveryStart: date and time when delivery starts for contract
- deliveryEnd: date and time when delivery ends for contract
- contractId: contract identifier
- tradedVolume: matched volume in MW
- curvePoints: list of curve points
- price: curve point price
- volume: curve point volume in MW
blockOrders
- orderId: order identifier
- portfolio: portfolio short name
- companyId: company identifier
- company: company name
- area: area code
- auction: auction identifier
- productId: product identifier
- auctionRunTime: date and time when auction is closed and orders cannot be placed or modified
- modified: latest order modification time
- modifier: identifier of the user who was the last modifier of the order
- version: version of the order
- currencyCode: currency code
- resolutionSeconds: contract resolution in seconds
- blocks: list of block orders per delivery period
- id: block identifier
- name: block name
- type: block order type - Regular Block, Linked Block, or Exclusive Group
- modified: latest order modification time
- modifier: identifier of the the user who was the last modifier of the block order
- minimumAcceptanceRatio: the minimum acceptance ratio needed for the block to activate. Typically in the 0.5-1 range, where 0.5 = 50% of the volume needs to be filled to activate.
- linkedTo: identifier of the block this block is linked to. This block will only activate if the linked block order with this id activates. Linked blocks can only refer to values within the same block order, i.e. they can't refer to another customer's block id. Is null for regular or parent block.
- exclusiveGroup: name of Exclusive Group this block belongs to. An exclusive group is a cluster of sell and/or buy blocks out of which only one block can be activated. The exclusive group blocks can only refer to values within the same block order, i.e. they can't refer to another customer's exclusive group id. Equal to null if doesn't belong to any Exclusive Group.
- price: block price
- periods: list of block periods
- deliveryStart: date and time when delivery starts for contract
- deliveryEnd: date and time when delivery ends for contract
- contractId: contract identifier
- volume: block volume in MW
- matchedVolume: matched block volume in MW
get/api/Auction/Orders
Query parameters
market'DayAhead' | 'GbHalfHour_DayAhead' | 'N2EX_DayAhead' | 'SemGb_IntradayAuction1' | 'SemGb_IntradayAuction2' | 'SIDC_IntradayAuction1' | 'SIDC_IntradayAuction2' | 'SIDC_IntradayAuction3'
datestring date
Delivery date, referring to CET date. Format yyyy-MM-dd, for example 2025-01-01
Response
OK