This API will get you a specific order from the Orderbook. You must use the ETPA order id and not the XBID order id.
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/electricity/orders/{id}' \
-H 'api_key: YOUR_API_KEY_HERE'OK
Response
{ "xbidOrderId": 0, "id": "string", "orderType": "BUY", "xbidOrderType": "REGULAR", "participantId": "string", "individualId": "string", "individualFullName": "string", "capacity": 0, "originalCapacity": 0, "created": 1517406300000, "priority": 1517406300000, "deliveryStartTime": 1517406300000, "deliveryEndTime": 1517406300000, "unitPrice": 0, "customExpirationTime": 1517406300000, "metadata": { "property1": "string", "property2": "string" }, "totalPrice": 0, "orderDeliveryArea": { "country": "DE", "eic": "10YDE-VE-------2", "name": "DE - 50HzT" }, "originatingDeliveryArea": "AT", "orderExecution": "NON", "orderStatus": "ACTIVE", "localMarket": true, "revisionNo": 0, "allowedForLocalMarket": true, "icebergDetails": { "showCapacity": 0, "pricePerDelta": 0, "hiddenCapacity": 0, "originalUnitPrice": 0 } }