Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/2.0/electricity/reporting/orders-trades/{tradeId}' \
-H 'api_key: YOUR_API_KEY_HERE'Single Order and trade
Response
{ "id": "string", "participantId": "string", "participantName": "string", "participantExternalId": "string", "participantIdType": "string", "traderCompanyName": "string", "traderUsername": "string", "counterpartId": "string", "counterpartName": "string", "counterpartExternalId": "string", "counterpartIdType": "string", "reportingId": "string", "reportingIdType": "string", "buySell": "string", "initiatorAggressor": "string", "productType": "string", "productName": "string", "reportReason": "string", "orderId": "string", "orderCreation": 1704070000000, "orderType": "string", "orderEan": "string", "customExpirationTime": "2019-08-24T14:15:22Z", "allowedToBeUsedForIdcons": true, "tradeId": "string", "start": 1704070000000, "end": 1704070000000, "orderDuration": 0.1, "orderbookDuration": 0.1, "transactionDate": 1704070000000, "price": 0.1, "orderCapacity": 0.1, "totalQuantity": 0.1, "totalPrice": 0.1, "metadata": { "property1": "string", "property2": "string" }, "congestionId": "string", "tradedForIdcons": true, "reverted": true }