---
title: "Auction results"
method: GET
path: "/api/Auction/Results"
tags: ["Auction"]
---

# Auction results

`GET /api/Auction/Results`

Returns market prices and volumes per contract for a date and market.

Note that this volume only reflect Nord Pool's part of the traded volume, not the market total volume.
            
### Response field descriptions

#### metadata
- **area**:  area code
- **contractData**: list of contracts
  - **contractId**: contract identifier
  - **deliveryStart**: date and time when delivery starts for contract
  - **deliveryEnd**: date and time when delivery ends for contract
  - **buyVolume**: buy volume in MW
  - **sellVolume**: sell volume in MW
  - **prices**: list of prices
    - **currencyCode**: currency code
    - **price**: market price. Note that local currency prices follow slightly different hedging processes for different markets,
and local currency prices are subject to change until currency exchange rates has been hedged.

## Query parameters

- `market` 'DayAhead' | 'GbHalfHour_DayAhead' | 'N2EX_DayAhead' | 'SemGb_IntradayAuction1' | 'SemGb_IntradayAuction2' | 'SIDC_IntradayAuction1' | 'SIDC_IntradayAuction2' | 'SIDC_IntradayAuction3'
- `date` string, date

## Response `200`

OK

- MarketMetaData[]
  - `deliveryDate` string, date, required
  - `market` 'DayAhead' | 'GbHalfHour_DayAhead' | 'N2EX_DayAhead' | 'SemGb_IntradayAuction1' | 'SemGb_IntradayAuction2' | 'SIDC_IntradayAuction1' | 'SIDC_IntradayAuction2' | 'SIDC_IntradayAuction3', required
  - `country` string, nullable, required
  - `metadata` AreaMetadata[], nullable, required
    - `area` string, nullable, required
    - `contractData` ContractData[], nullable, required
      - `contractId` string, nullable, required
      - `deliveryStart` string, date-time, required
      - `deliveryEnd` string, date-time, required
      - `buyVolume` number, double, required
      - `sellVolume` number, double, required
      - `prices` MarketPrice[], nullable, required
        - `currencyCode` string, nullable
        - `price` number, double, nullable

---

[API](https://skmtc.net/nordpoolgroup/apis/auction-member-test.md) · [All operations](https://skmtc.net/nordpoolgroup/apis/auction-member-test/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nordpoolgroup/auction-member-test/versions/6a21504d677e/schema)
