How it works
Send a request with an optionallimit to control page size:
data:
To get the next page, pass the cursor from the previous response:
Iterate all pages
Parameters
Common pitfalls
Don’t parse the cursor. It’s an opaque string — its format may change without notice. Don’t store cursors long-term. Cursors are designed for sequential traversal within a single session. They may become invalid over time. Don’t assume stable ordering across pages. If new items are added while you’re paginating, you may see them on a later page or miss them. For transactions, new items typically appear at the beginning of the list. Handle invalid cursors. If a cursor is expired or malformed, the API returns a400 error: