Get trade by order id.
Security
api-key
GET
curl -i -X GET \
https://acc-trading.etpa.nl/public-api/1.0/xbid/trades/report/order/0b0440f7-6c21-429d-9982-a9e41b615284 \
-H 'api_key: YOUR_API_KEY_HERE'xbidTradeEntry
Response
{ "tradeId": "string", "xbidTradeId": 0, "tradeQuantity": 0, "mwhTraded": 0, "tradePrice": 0, "totalPrice": 0, "deliveryStartTime": "2019-08-24T14:15:22Z", "deliveryEndTime": "2019-08-24T14:15:22Z", "executionTime": "2019-08-24T14:15:22Z", "buyOrderId": "string", "sellOrderId": "string", "buyXbidOrderId": 0, "sellXbidOrderId": 0, "buyParticipantId": "string", "sellParticipantId": "string", "buyIndividualId": "string", "sellIndividualId": "string", "buyIndividualFullName": "string", "sellIndividualFullName": "string", "counterNemo": "string", "buyDeliveryArea": { "country": "DE", "eic": "10YDE-VE-------2", "name": "DE - 50HzT" }, "sellDeliveryArea": { "country": "DE", "eic": "10YDE-VE-------2", "name": "DE - 50HzT" }, "reverted": true, "buyOrderMetadata": { "property1": "string", "property2": "string" }, "sellOrderMetadata": { "property1": "string", "property2": "string" } }