get https://api.fintoc.com/v1/accounts//movements
Use this endpoint to retrieve the movements of a bank account.
Using the
per_page
andpage
parametersIf you are missing movements in our API, try adjusting the
per_page
parameter to obtain more movements in your requests. Remember that the default value for this parameter is 30 and the maximum value is 300.Also, if you have more movements than the
per_page
value, try iterating through our pages using thepage
parameter. This way you can check all the pages of movements stored.