---
title: "Nord Pool European Block Orders"
method: GET
path: "/eur/nord-pool/day-ahead-hourly/block-orders"
tags: ["Nord Pool"]
---

# Nord Pool European Block Orders

`GET /eur/nord-pool/day-ahead-hourly/block-orders`

Details of all block orders submitted by market participants in the European Nord Pool day-ahead hourly auction. This includes the regions of Central/Western Europe (CWE) and the Nordics.

## Query parameters

- `date_from` string, date-time, required
- `date_to` string, date-time, required
- `country` string
- `delivery_area` string
- `currency` string
- `status` string
- `block` string
- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` EuNordPoolBlockOrderSerializer[], required
    - `startTime` string, date-time, required
    - `endTime` string, date-time, required
    - `deliveryArea` string, nullable
    - `country` string, nullable
    - `price` number, nullable
    - `currency` string, nullable
    - `block` string, nullable
    - `status` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/modoenergy/apis/modo-energy-api.md) · [All operations](https://skmtc.net/modoenergy/apis/modo-energy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoenergy/modo-energy-api/revisions/6c4b83d3fc12/schema)
