This request allows you to retrieve a specific trade by tradeId
Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/3.0/electricity/trades/{tradeId}' \
-H 'api_key: YOUR_API_KEY_HERE'OK
Response
{ "id": "string", "tradeId": "string", "productType": "ELECTRICITY", "timeblock": "BASELOAD", "buyerId": "string", "sellerId": "string", "orderIdBuy": "string", "orderIdSell": "string", "buyerEan": "string", "sellerEan": "string", "buyTraderName": "string", "sellTraderName": "string", "buyOrderMetadata": { "property1": "string", "property2": "string" }, "sellOrderMetadata": { "property1": "string", "property2": "string" }, "quantity": 0, "start": 1694422800000, "end": 1694422800000, "executed": 1694422800000, "duration": 0, "mwhTraded": 0, "price": 0, "type": "string", "tradedForIdcons": true, "reverted": true, "revertedAt": 1694422800000 }