Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/2.0/electricity/reporting/orders-trades?participantId=string&orderId=string&tradeId=string&cursor=string&count=100&start=0&end=0&filter=CREATION' \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ], "nextCursor": "string" }