The recent Public XBID trades API will return all the trades of the last 2 days.
Constraints:
- If the system is unavailable, the request will return a
BAD REQUESTresponse.
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%26sort%3Dstring' \
-H 'api_key: YOUR_API_KEY_HERE'