Retrieve transactions, defaulting to the first valid account if no account ID is supplied
1 2 | getTransactions(mtoken = getMonzoToken(), accountId = NULL, since = NULL,
before = NULL, parse = TRUE, expand = NULL)
|
mtoken |
The Monzo API token |
accountId |
The id of the account you're requesting transactions from |
since |
An RFC 3339 encoded-timestamp |
before |
An RFC 3339 encoded-timestamp |
parse |
Boolean dictating whether to coerce response into a neater dataframe. Defaults to true |
expand |
A string dictating what should be expanded within the responses. Defaults to null |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.