Get a list of on hold orders.
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/electricity/on-hold-orders?participantId=string' \
-H 'api_key: YOUR_API_KEY_HERE'OK
Array [
]
Response
[ { "id": { … }, "orderType": "BUY", "participantId": "string", "individualId": "string", "productType": "ELECTRICITY", "type": "string", "quantity": 0, "originalQuantity": 0, "created": 1517406300000, "priority": 1517406300000, "start": 1517406300000, "end": 1517406300000, "timeblock": "BASELOAD", "price": 0, "ean": "string", "customExpirationTime": 1517406300000, "metadata": { … }, "allowedToBeUsedForIdcons": true, "duration": 0, "totalPrice": 0 } ]