v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBget/trades/public
Query parameters
startZuluTimestring date-time required
Start of the period for which the trades are retrieved. ISO 8601 format with Zulu time, as described in Data interchange standards. Trade’s tradeTime value taking into account for that parameter
endZuluTimestring date-time required
End of the period for which the trades are retrieved. ISO 8601 format with Zulu time, as described in Data interchange standards. Trade’s tradeTime value taking into account for that parameter
api-versionstring
default version: 2.0
Response
Example response
[
{
"updatedAt": "2023-05-24T12:29:36.842Z",
"tradeId": "X2911094",
"tradeTime": "2023-05-24T12:29:36.842Z",
"state": "COMPLETED",
"currency": "EUR",
"eventSequenceNo": 3641598,
"revisionNo": 1,
"mediumDisplayName": "PH-20230524-20",
"companyTrade": true,
"legs": [
{
"contractId": "NX_513669",
"side": "BUY",
"unitPrice": 8419,
"quantity": 491000,
"deliveryAreaId": 1
}
]
}
]