Get wallet transactions by participant ID between start (exclusive) and end (exclusive) dates. The number of transactions returned can be limited using the count with max 100. Cursor is used for paging on id.
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/2.0/electricity/wallets/transactions?cursor=string&count=100&participantId=string&start=0&end=0' \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ], "nextCursor": "string" }