# Get single order and trade Endpoint: GET /public-api/2.0/electricity/reporting/orders-trades/{tradeId} Version: 1.0 Security: api-key ## Path parameters: - `tradeId` (string, required) Fetch single order and trade with the filter field tradeId ## Response 200 fields (application/json): - `id` (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` (string) - `initiatorAggressor` (string) - `productType` (string) - `productName` (string) - `reportReason` (string) - `orderId` (string) - `orderCreation` (string) - `orderType` (string) - `orderEan` (string) - `customExpirationTime` (string) - `allowedToBeUsedForIdcons` (boolean, required) - `tradeId` (string) - `start` (string) - `end` (string) - `orderDuration` (number, required) - `orderbookDuration` (number, required) - `transactionDate` (string) - `price` (number, required) - `orderCapacity` (number, required) - `totalQuantity` (number, required) - `totalPrice` (number, required) - `metadata` (object) - `congestionId` (string) - `tradedForIdcons` (boolean) - `reverted` (boolean) ## Response 400 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array) ## Response 204 fields ## Response 403 fields