Get orders filtered on hourly interval. Please provide Date in this format yyyy-mm-dd
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/electricity/orders/hour?deliveryDay=2019-08-24&my=true&deliveryArea=NL%20-%20TTN' \
-H 'api_key: YOUR_API_KEY_HERE'OK
Array [
]
Response
[ { "xbidOrderId": 0, "id": { … }, "revisionNo": 0, "orderType": "BUY", "xbidOrderType": "REGULAR", "participantId": "string", "individualId": "string", "capacity": 0, "originalCapacity": 0, "created": "2019-08-24T14:15:22Z", "priority": "2019-08-24T14:15:22Z", "deliveryStartTime": "2019-08-24T14:15:22Z", "deliveryEndTime": "2019-08-24T14:15:22Z", "unitPrice": 0, "totalPrice": 0, "customExpiration": "2019-08-24T14:15:22Z", "metadata": { … }, "localViewDeliveryArea": "AT", "originatingDeliveryArea": "AT", "orderExecutionRestrictionType": "NON", "orderStatus": "ACTIVE", "allowedForLocalMarket": true, "icebergDetails": { … } } ]