v1
latestOpenAPI 3.1.02026-07-26490367.2 KBGet Account Transactions
Fetches all transactions of the specified account according to the query parameters.
get/accounts/{id}/transactions
Path parameters
idstring required
The _id of the account you wish to fetch the transactions for.
Query parameters
pageinteger
Specifies the position the response data should begin from.
limitinteger
The number of transactions to fetch.
fromDatestring date
This is the start date of the date range.
toDatestring date
This is the end date of the date range.
Response
Account transactions fetched successfully.