Get Link Transactions
Returns transactions for the accounts associated with a link.
Note that this endpoint does not trigger a fetch of transactions from the institution; it merely returns
transactions that have already been fetched, either because prefetch
was requested when the link was created, or
because of scheduled or on-demand updates. MoneyKit checks for updated account data, including transactions,
periodically throughout the day, but the update frequency can vary, depending on the downstream data provider, the
institution, and whether one or both provide webhook-based updates.
To force a check for updated transactions, you can use the /products endpoint.
If you have requested prefetch or an on-demand update, you should check the refreshed_at
date for this product in the returned response, and compare that against the previous refreshed_at
date, which you can get from any previous response for this or any other account or link request.
If the refreshed_at date
has not increased, then updated data is not yet available.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Path Parameters
The unique ID for this link.
Query Parameters
An optional list of account IDs to filter the results.
The page number to return.
x >= 1
The number of items to return per page.
1 <= x <= 100
The earliest date for which data should be returned, formatted as YYYY-MM-DD. Defaults to 90 days before the end_date
. If you want to retrieve all transactions, use 1900-01-01
.
The latest date for which data should be returned, formatted as YYYY-MM-DD. Defaults to today.
Response
Successful Response
The response is of type object
.