---
title: "Auctions - by close for bidding period"
method: GET
path: "/auctions"
---

# Auctions - by close for bidding period

`GET /auctions`

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.

## Query parameters

- `closeBiddingFrom` string, required
- `closeBiddingTo` string, required

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `state` string
  - `closeForBidding` string
  - `deliveryStart` string
  - `deliveryEnd` string
  - `availableOrderTypes` object[]
    - `id` integer
    - `name` string
  - `currencies` object[]
    - `currencyCode` string
    - `minPrice` integer
    - `maxPrice` integer
  - `contracts` object[]
    - `id` string
    - `deliveryStart` string
    - `deliveryEnd` string
  - `portfolios` object[]
    - `name` string
    - `id` string
    - `currency` string
    - `companyId` string
    - `companyName` string
    - `permission` string
    - `areas` object[]
      - `code` string
      - `name` string
      - `eicCode` string
      - `curveMinVolumeLimit` integer
      - `curveMaxVolumeLimit` integer

## Other responses

- `400` — 400

---

[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/revisions/6a21504d677e/schema)
