get https://api.oneoff.akahu.io/v1/transactions/
Get a list of the user's transactions from the accounts that they have shared with your application.
Transactions are returned in descending date order in 🔗 pages of up to 500 items. The time period for which transactions are retrieved can be configured for your application up to a maximum of 2 years of historic data.
All transaction timestamps are in UTC.
The one-off API transaction schema is similar, but not identical to the enduring API transaction schema. In particular, note the differences in the available values for
type
, and the enrichment resultscategory
,merchant
, andconfidence
which are nested under theenrichment
key.