# XBID Public Trades v2 ## Get all public XBID trades - [GET /public-api/2.0/xbid/public-trades/{deliveryAreaId}](https://api-reference.etpa.nl/public-xbid-trades/xbid-public-trades-v2/getrecenttrades.md): Get all public XBID trades. This endpoint can filter and page the results. Constraints: - If the system is unavailable, the request will return a BAD REQUEST response.`. ## Get Historical public XBID trades - [GET /public-api/2.0/xbid/public-trades/history](https://api-reference.etpa.nl/public-xbid-trades/xbid-public-trades-v2/gethistoricaltrades.md): Retrieve historical public trades within a specified time range. This endpoint is suitable when needing historical trade data in within controlled time ranges without overloading ETPA's system Constraints: - The difference between end and start must not exceed 6 hours. - If the requested time interval is too wide, an 400 error will be thrown. - If the system is unavailable, the request will return a BAD REQUEST response.