- Go to Operations > Machines.
- Choose your machine and click Info > Last Sales.

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.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.Response