API Reference

Fetches a paginated list of itemized transactions for a specified date range. Each transaction includes details such as ID, account ID, timestamp, amount, description, and type. Pagination parameters page and limit are used to control the response's subset of transactions.

Log in to see full request history
Query Params
string

Start of the date range for transactions. Defaults to the date of the earliest record if omitted.

string

End of the date range for transactions. Defaults to the most recent transaction date if omitted.

int32

Page number for pagination. Defaults to 1 if not specified.

int32

Number of items per page. Defaults to 500 if not specified.

Responses

401

Unauthorized

404

No transactions found for the specified range

500

Internal Server Error

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json