Get all public XBID trades which can be filtered and paged.
Constraints:
- If no content is found for the provided parameters, the request will return a
204 No Content. - 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?searchField=string&searchPattern=string&pageable=page%3D0%26size%3D1%26sort%3Dstring' \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "totalPages": 0, "totalElements": 0, "pageable": { "paged": true, "pageNumber": 0, "pageSize": 0, "offset": 0, "sort": { … }, "unpaged": true }, "size": 0, "content": [ { … } ], "number": 0, "sort": { "sorted": true, "empty": true, "unsorted": true }, "numberOfElements": 0, "first": true, "last": true, "empty": true }