How It Works
Transfers and virtual accounts currently documentpage plus limit:
limit plus offset:
Parameters
Response Format
Paginated responses include apagination object with metadata:
Pagination Object
Examples
Fetching First Transfer Page
Fetching All Transfer Pages
Filtering with Pagination
Combine pagination with filters for more specific queries:Sorting
Sorting support varies by resource. For example, reviewed virtual account listing supports:Performance Tips
Use Maximum Limit
Use Maximum Limit
When fetching multiple pages, use
limit=100 to minimize the number of requests.Filter First
Filter First
Apply filters to reduce the dataset before paginating.
Cache Results
Cache Results
Cache paginated results when possible to avoid repeated API calls.
Use Webhooks
Use Webhooks
Instead of polling for new data, use webhooks for real-time updates.
Avoid Deep Pagination
Avoid Deep Pagination
Fetching very high page numbers can be slow. Prefer date-range filters or incremental sync patterns where supported.