---
title: "Intraday Available Order Book contracts"
method: GET
path: "/api/v2/Intraday/OrderBook/ContractsIds/ByArea"
tags: ["Intraday"]
---

# Intraday Available Order Book contracts

`GET /api/v2/Intraday/OrderBook/ContractsIds/ByArea`

Returns a list of contracts with available order books for a given UTC date and area.
The response includes details about each contract, such as its delivery period, opening and closing times, and whether it is a local contract.
            
### Response field descriptions

- **contractId**: the identifier of the contract
- **contractName**: a descriptive name for the contract (e.g., QH-20250331-09).
- **deliveryStart**: the timestamp when the contract delivery starts
- **deliveryEnd**: the timestamp when the contract delivery ends
- **isLocalContract**: defines if the contract is local or part of XBID/SIDC. If true, then no cross border trading. If false, then cross border trading is possible
- **contractOpenTime**: the timestamp when a contract was opened the first time for the selected area
- **contractCloseTime**: the timestamp when a contract was closed the last time for the selected area
            
[Sample response with valid data for area NO1 and delivery date UTC 2025-05-05](https://proddataservicespublic.blob.core.windows.net/public-api-response-samples/Intraday/get_api_v2_Intraday_OrderBook_ContractsIds_ByArea.json)

## Query parameters

- `area` string, required
- `deliveryDateUtc` string, date, required

## Response `200`

OK

- ApiOrderBookAreaContracts
  - `deliveryArea` string, nullable, required
  - `deliveryDateUtc` string, date
  - `contracts` OrderBookContract[], nullable
    - `contractId` string, nullable, required
    - `contractName` string, nullable
    - `deliveryStart` string, date-time, nullable
    - `deliveryEnd` string, date-time, nullable
    - `isLocalContract` boolean, nullable
    - `contractOpenTime` string, date-time, nullable
    - `contractCloseTime` string, date-time, nullable

## Other responses

- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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)
