Skip to content

Get Trade

Request

Get Trade by id.

Security
api-key
Path
idstringrequired

ID of trade to retrieve.

Example:0b0440f7-6c21-429d-9982-a9e41b615284
GET
/public-api/1.0/xbid/trades/report/{id}
curl -i -X GET \
  https://acc-trading.etpa.nl/public-api/1.0/xbid/trades/report/0b0440f7-6c21-429d-9982-a9e41b615284 \
  -H 'api_key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
tradeIdstringrequired
xbidTradeIdinteger, (int64)required
tradeQuantitynumberrequired
mwhTradednumberrequired
tradePricenumberrequired
totalPricenumberrequired
deliveryStartTimestring, (date-time)required
deliveryEndTimestring, (date-time)required
executionTimestring, (date-time)required
buyOrderIdstring
sellOrderIdstring
buyXbidOrderIdinteger, (int64)
sellXbidOrderIdinteger, (int64)
buyParticipantIdstring
sellParticipantIdstring
buyIndividualIdstring
sellIndividualIdstring
buyIndividualFullNamestring
sellIndividualFullNamestring
counterNemostringrequired
buyDeliveryAreaobject(DeliveryAreaDto)
sellDeliveryAreaobject(DeliveryAreaDto)
revertedbooleanrequired
buyOrderMetadataobject
sellOrderMetadataobject
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" } }