Skip to content

Get order reports by order id

Request

Security
api-key
Path
orderIdstringrequired

Order Id for which report should be retrieved

GET
/public-api/1.0/xbid/reporting/orders-trades/by-order/{orderId}
curl -i -X GET \
  'https://acc-trading.etpa.nl/public-api/1.0/xbid/reporting/orders-trades/by-order/{orderId}' \
  -H 'api_key: YOUR_API_KEY_HERE'

Responses

Successfully retrieved order reports

Headers
X-Rate-Limit-Remainingobject

This header provides the amount of requests you are allowed to make for that period in time.

Bodyapplication/json
reportIdstringrequired
participantIdstringrequired
participantNamestring
participantExternalIdstring
participantIdTypestring
traderCompanyNamestring
traderUsernamestring
counterpartIdstring
counterpartNamestring
counterpartExternalIdstring
counterpartIdTypestring
reportingIdstringrequired
reportingIdTypestringrequired
buySellstringrequired
Enum:"BUY""SELL"
initiatorAggressorstring
productTypestring
productNamestring
reportReasonstring
orderIdstringrequired
orderCreationstring, (date-time)
tradingTypestringrequired
Value:"INTRADAY"
customExpirationTimestring, (date-time)
xbidTradeIdinteger, (int64)
xbidOrderIdinteger, (int64)
tradeIdstring
deliveryStartTimestring, (date-time)required
deliveryEndTimestring, (date-time)required
orderDurationnumber, (double)required
orderbookDurationnumber, (double)required
transactionDatestring, (date-time)
unitPricenumberrequired
orderCapacitynumberrequired
totalQuantitynumberrequired
totalPricenumber
metadataobject
deliveryAreaBuyobject(DeliveryAreaDto)
deliveryAreaSellobject(DeliveryAreaDto)
orderExecutionstringrequired
Enum:"NON""FOK""IOC"
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" }