General Endpoints
Get Transactions
Using this endpoint you’ll have the ability to get a list of transactions with some filtering & sorting capabilities.
GET
Query Parameters
The API Key of your account.
The starting date of the result.
Sample: 2021-05-27 15:31:39
The ending date of the result.
Sample: 2021-06-28 23:59:59
The current page number (used for pagination in your system)
Specifies the total items that should be return for each request (each page). It should be a number between 1 and 50.
Response properties
A boolean value indicates the response status.
Error Codes
Here’s a list of possible error codes of this endpoint.
Code | Description |
---|---|
1 | Missing or invalid api key |
3 | You cannot pass a number greater than 50 for the parameter itemsPerPage |
4 | Invalid `startDate“. |
5 | invalid `endDate“. |