@Jeroen 🏳️🌈 (Ik weet niet of jij van bunq bent, maar hopelijk kan iemand van bunq hierop reageren)
Thanks, I've gotten that to work for this use-case, but it would be great if there was a cleaner way to fetch all transactions within a certain timeframe.
For example, I would like to fetch transactions for the past 6 months initially. The only way to do this would be by sending multple paginated requests until a transaction pops up that's older than 6 months. This would require extensive loops and checking to achieve and would also likely overshoot the oldest transaction needed (say I'm using count: 200, then I would on average receive 100 more transactions than I needed on the last request). Things get even more complicated if I would want to fetch transactions from a period in the past such as 01/04/2018 to 01/06/2018.