Transactions – Filter and Paginate Transaction Data

Modified on Mon, 27 Jan at 3:20 PM

The GET Transactions endpoint lets you retrieve a list of previously created transactions using filters such as status, date, and more. It also supports pagination to make navigating through large datasets efficient.


Here’s how it works:

  • Secure Access: Ensure the key-hash is included in the headers for secure and authorized requests.
  • Filtering Options: Use query parameters like status or date to narrow down the results based on your criteria.
  • Pagination Parameters:
    • page: Specifies the page number you want to retrieve (e.g., 2 for the second page). Defaults to 1 if not provided.
    • limit: Sets the maximum number of items to include per page (e.g., 50).


By combining filters with pagination, you can efficiently retrieve exactly the data you need without overloading your application.


Reference to API Integration Documentation

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article