Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/trades/report?myOwnTrades=true&deliveryStart=0&deliveryEnd=0&fieldFilter=DELIVERY_START_TIME&pageable=page%3D0%26size%3D1' \
-H 'api_key: YOUR_API_KEY_HERE'xbidTradeEntries
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" } }