Get wallet transactions by participant ID between start (exclusive) and end (exclusive) dates.
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/wallets/transactions?participantId=string&startDateTime=0&endDateTime=0&pageable=page%3D0%26size%3D1' \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "id": "string", "participantId": "string", "creationDate": "2019-08-24T14:15:22Z", "orderId": "string", "walletAction": "BUY", "amount": 0, "tradeIds": [ "string" ] }