# Trades v3 This API provides endpoints to retrieve trade information. It supports fetching **all trades** with pagination and sorting by latest first, as well as retrieving a **specific trade** by its `tradeId`. All endpoints are secured with an **API key**. ## Get Trades - [GET /public-api/3.0/electricity/trades](https://api-reference.etpa.nl/api/trades-v3/gettrades.md): The endpoint makes use of the pagination 2.0. It will allow you to retrieve the trades sorted by latest first ## Get Trade - [GET /public-api/3.0/electricity/trades/{tradeId}](https://api-reference.etpa.nl/api/trades-v3/gettrade.md): This request allows you to retrieve a specific trade by tradeId