The recent Public XBID trades API will return all the trades of the last 2 days.
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/public-trades/recent?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 }