---
title: "GET /trades/public"
method: GET
path: "/trades/public"
---

# GET /trades/public

`GET /trades/public`

## Query parameters

- `startZuluTime` string, date-time, required
- `endZuluTime` string, date-time, required
- `api-version` string

## Response `200`

- object[]
  - `updatedAt` string, date-time, required — The timestamp at which this trade was updated
  - `tradeId` string, required — Trade ID (unique trade identifier). The prefix might be: * `I` in case of the Nord Pool Matcher * `X` in case of XBID
  - `tradeTime` string, date-time, required — The timestamp when the trade was created.
  - `state` 'COMPLETED' | 'CANCELLED' | 'DISPUTED' | 'NOT_CANCELLED', required — * **COMPLETED** - the trade is completed. * **CANCELLED** - the trade is cancelled. * **DISPUTED** - the trade is pending decision for cancellation. * **NOT_CANCELLED** - the trade cancellation request was rejected.
  - `currency` string, required — Currency code
  - `eventSequenceNo` integer, required — Sequence number for tracking received ticker events.
  - `revisionNo` integer, required — The latest revision number of the trade
  - `mediumDisplayName` string, required — A medium length display name for the contract.
  - `companyTrade` boolean, required — If the trade belongs to your company, it will be enriched with portfolio information and this field will be set to **true**. Otherwise it will be set to **false**.
  - `legs` object[], required
    - `contractId` string, required — Contract Id for the order.
    - `side` 'BUY' | 'SELL', required
    - `unitPrice` integer, required — Price
    - `quantity` integer, required — Quantity
    - `deliveryAreaId` integer, required — Delivery Area Id of the order
    - `aggressor` boolean, required — Please note that for XBID trades, aggressor field is always **false** For trades done on local contracts with trade id prefix "I", then the following applies: * **true** if leg is the aggressor * **false** if leg is not the aggressor

---

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