# Get Orders With the GET request you can retrieve all the orders which are currently in the orderbook. This will display both your own orders, but also the orders from other exchanges. Orders can be filtered on the selected delivery start time, on delivery end time, on participantId, on own orders or not with the my-parameter. Endpoint: GET /public-api/1.0/xbid/electricity/orders Version: 1.0 Security: api-key ## Query parameters: - `my` (boolean) Filter on own orders or others' orders. - `participantId` (string) Filter on participantId. This is only useful for brokers. - `start` (integer) Filter on order delivery start time. - `end` (integer) Filter on order delivery end time. - `deliveryArea` (string, required) Enum: "NL - TTN", "DE - 50HzT", "DE - AMP", "DE - TNG", "DE - TTG" ## Response 200 fields (application/json): - `xbidOrderId` (integer) - `id` (string) - `orderType` (string, required) Enum: "BUY", "SELL" - `xbidOrderType` (string) Enum: "REGULAR", "ICEBERG" - `participantId` (string) - `individualId` (string) - `individualFullName` (string) - `capacity` (number, required) - `originalCapacity` (number, required) - `created` (integer) Example: 1517406300000 - `priority` (integer) Example: 1517406300000 - `deliveryStartTime` (integer, required) Example: 1517406300000 - `deliveryEndTime` (integer, required) Example: 1517406300000 - `unitPrice` (number, required) - `customExpirationTime` (integer) Example: 1517406300000 - `metadata` (object) - `totalPrice` (number, required) - `orderDeliveryArea` (object) - `orderDeliveryArea.country` (string, required) Country code Enum: "DE", "NL" - `orderDeliveryArea.eic` (string, required) Eic code Enum: "10YDE-VE-------2", "10YDE-RWENET---I", "10YDE-ENBW-----N", "10YDE-EON------1", "10YNL----------L" - `orderDeliveryArea.name` (string, required) Name Enum: "DE - 50HzT", "DE - AMP", "DE - TNG", "DE - TTG", "NL - TTN" - `originatingDeliveryArea` (string) Enum: "AT", "BG", "BE", "CZ", "DE1", "DE2", "DE3", "DE4", "DK1", "DK2", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IT1", "IT2", "IT3", "IT4", "IT5", "IT6", "IT7", "IT8", "IT9", "IT10", "IT_AT", "IT_CH", "IT_CP", "IT_FR", "IT_GR", "IT_ME", "IT_SI", "LT", "LV", "MA", "NL", "NO1", "NO2", "NO3", "NO4", "NO5", "PL", "PT", "RO", "RU", "SE1", "SE2", "SE3", "SE4", "SI", "SK" - `orderExecution` (string) Enum: "NON", "FOK", "IOC" - `orderStatus` (string) Enum: "ACTIVE", "HIBERNATE", "WITHDRAWN" - `localMarket` (boolean, required) - `revisionNo` (integer) - `allowedForLocalMarket` (boolean, required) - `icebergDetails` (object) - `icebergDetails.showCapacity` (number, required) - `icebergDetails.pricePerDelta` (number, required) - `icebergDetails.hiddenCapacity` (number, required) - `icebergDetails.originalUnitPrice` (number, required) ## Response 400 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array)