Skip to main content
In some cases, you may want to see the last sales of a machine to retrieve information about specific transactions. Nayax Core allows you to do so in the following way:
  1. Go to Operations > Machines.
  2. Choose your machine and click Info > Last Sales.
You will be presented with a list containing the latest machine transactions.

Lynx API

Lynx API allows you to do this process programmatically through a GET request. This page will guide you on how to do so using the endpoint below.
AuthenticationRefer to the Security & Token page of this documentation to learn how to access your tokens, and how to properly use it to authenticate your API requests.

Retrieving the Last Sales

You’ll use the Get Last Sales for Machine endpoint, adding the machine’s unique identifier as a path parameter to retrieve details about the respective machine. This lets you view the latest sales activity associated with the searched machine. See the example request in the code block below:
Request
Path ParamsReplace <MachineID> with the actual machine unique identifier you want to search.
With a successful request, the endpoint will return with a list of recent sales related to the machine. This response JSON will have the following format:
Response
The table below describes the parameters on the response: