get
https://api.akahu.io/v1/transactions
Get a list of the user's transactions within the start and end time range.
This endpoint returns settled transactions for all accounts that the user has connected to your application. See GET /transactions/pending to also query pending transactions.
️ ℹ️ Time range defaults to the entire range accessible to your app.
Some important things to know when querying transactions:
- Transactions will look different depending on your app's permissions.
- All transactions timestamps are in UTC.
- The
startquery parameter is exclusive. - The
endquery parameter is inclusive. - All Akahu timestamps use millisecond resolution (i.e.
2025-01-01T11:59:59.999Zis the instant before2025-01-01T12:00:00.000Z).
For more details see: