Get a list of all orders
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/2.0/electricity/orders/gopacs?myOrders=false' \
-H 'api_key: YOUR_API_KEY_HERE'OK
Array [
]
Response
[ { "id": "string", "participantId": "string", "individualId": "string", "individualFullName": "string", "type": "BUY", "remainingQuantity": 0, "price": 0, "start": 1704067200000, "end": 1704153600000, "ean": "string", "metadata": { … }, "customExpirationTime": 1704150000000, "created": 1704067200000, "priority": 1704067300000, "initialQuantity": 0, "marketBased": true, "facilityType": "string", "contractId": "string", "usageFraction": 0, "lockedByGridOperator": true, "lockedByTimeStamp": 1704070000000 } ]