# Trades v2 > NOTE: The trade API can only be used by users who have trading rights ## Get Recent Trades of Participant - [GET /public-api/2.0/electricity/trades/recent](https://api-reference.etpa.nl/api/trades-v2/getrecenttrades_1.md): The recent trades will only return your trades back from the last 2 days. The participantId is only useful for brokers. The pagination works slightly different than the other endpoints. It will return the first 1000 results and after that you can add the pageNumber as a parameter to get the remaining results. ## Get Trades (deprecated) - [GET /public-api/2.0/electricity/trades](https://api-reference.etpa.nl/api/trades-v2/gettrades_1.md): > NOTE: This endpoint is not supported anymore. Please have a look at Trades v3 Get trades filtered on own orders or not with the my-parameter and date based on `start and end. In the Trade endpoint, we have introduced pagination. The reason is that when you apply no filters your request won’t be time-out and you won’t be overloaded with data. When you don’t provide any parameters, the application will return with the last 100 trades and give you the option to get the next 100 trades. To do this you use the cursor parameter with nextCursor` value that has been given to you from the response. It makes use of pagination V1.0 ## Get Trade (deprecated) - [GET /public-api/2.0/electricity/trades/{tradeId}](https://api-reference.etpa.nl/api/trades-v2/gettrade_1.md): > NOTE: This endpoint is not supported anymore. Please have a look at Trades v3 Get trade by tradeId.