GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/reporting/orders-trades/by-trade/{tradeId}' \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "reportId": "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": "BUY", "initiatorAggressor": "string", "productType": "string", "productName": "string", "reportReason": "string", "orderId": "string", "orderCreation": "2019-08-24T14:15:22Z", "tradingType": "INTRADAY", "customExpirationTime": "2019-08-24T14:15:22Z", "xbidTradeId": 0, "xbidOrderId": 0, "tradeId": "string", "deliveryStartTime": "2019-08-24T14:15:22Z", "deliveryEndTime": "2019-08-24T14:15:22Z", "orderDuration": 0.1, "orderbookDuration": 0.1, "transactionDate": "2019-08-24T14:15:22Z", "unitPrice": 0, "orderCapacity": 0, "totalQuantity": 0, "totalPrice": 0, "metadata": { "property1": "string", "property2": "string" }, "deliveryAreaBuy": { "country": "DE", "eic": "10YDE-VE-------2", "name": "DE - 50HzT" }, "deliveryAreaSell": { "country": "DE", "eic": "10YDE-VE-------2", "name": "DE - 50HzT" }, "orderExecution": "NON" }