# NewEvent Endpoint: POST NewEvent Version: 1.0.1 ## Header parameters: - `X-Webhook-Id` (string) The ID of the webhook that sent the request. - `X-Webhook-Signature` (string) The HMAC-SHA256 signature of the request body and the secret. This can be used to verify the sender and content of the request. ## Request fields (application/json): - `type` (string) Enum: "NewEvent" - `instrument` (string) - `time` (string) - `eventTime` (string) Start time of the most recent event to be stored. Events are stored in batches so several new events may be available. ## Response 200 fields