VUMI Documentation
  • Introduction
    • 🎉Welcome!
    • ➡️Quick Start
  • Platform
    • App Overview
      • API Products
      • Connections Overview
      • API Configuration
    • Link Overview
      • Link redirects
      • Link parameters
      • Customization
  • General API Resources
    • Authentication
      • API Login
    • Entities
      • List entities for app
    • Connections
      • Exchange public token
      • Get Connection status
      • List all connections
      • List public tokens
      • Delete Connection
    • Investments
      • List investments
    • Webhook
      • Get verification key
  • Aggregation
    • Accounts
      • List accounts
      • List account transactions
    • Portfolios
      • List portfolios
      • List portfolio transactions
      • List portfolio positions
  • Assets Transfer
    • Assets transfer
  • Developer Resources
    • API and Widget Errors
    • Webhooks and security
      • Webhook verification
    • Pagination
    • Tracing requests
Powered by GitBook
On this page
  1. Developer Resources

Pagination

Use pagination to have a more efficient data retrieval

Last updated 11 months ago

To enhance performance and manage large data sets efficiently, we offer pagination in some of our API endpoints like and Account Movements. By default, each page returns up to 1000 items. You can adjust the number of items per page using the limit parameter and specify the desired page using the page parameter.

Including a good pagination strategy has the following benefits:

  • Efficient Data Retrieval: Easily manage and navigate through large datasets. Some connections have a large number of transactions (over 5000), and processing them in chunks can be much more efficient.

  • Customizable Queries: Flexibly control the amount of data retrieved per request. Combine pagination with other filtering options that you can find in the specific endpoints to gain total control of the data you are processing.

Portfolio Transactions