Get Transactions By Account

Get a list of the user's transactions for a specific connected account within the start and end time range.

This endpoint returns settled transactions. See GET /accounts/{id}/transactions/pending to also query pending transactions for the account.

️ ℹ️ 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 start query parameter is exclusive.
  • The end query parameter is inclusive.
  • All Akahu timestamps use millisecond resolution (i.e. 2025-01-01T11:59:59.999Z is the instant before 2025-01-01T12:00:00.000Z).

For more details see:

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

An Akahu Account ID

Query Params
date-time

ISO 8601 formatted date

date-time

ISO 8601 formatted date

string

Cursor from an earlier query

Headers
string
required

Your App ID Token.

Responses

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