The recent XBID trades API will return all the trades of the last 48 hrs. If participantId param is empty, endpoint will return trades owned by currently logged user only.
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/trades/recent?participantId=string&pageable=page%3D0%26size%3D1' \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "totalElements": 0, "totalPages": 0, "size": 0, "content": [ { … } ], "number": 0, "sort": { "empty": true, "sorted": true, "unsorted": true }, "first": true, "last": true, "numberOfElements": 0, "pageable": { "offset": 0, "sort": { … }, "paged": true, "pageSize": 0, "pageNumber": 0, "unpaged": true }, "empty": true }