Response structure
Every paginated response includes these fields:Parameters
integer
default:"100"
Number of results per page. Minimum 1, maximum 500.
string
A cursor for pagination. Pass the
next_cursor value from the previous response to fetch the next page.Paginated endpoints
GET /categories is also a list endpoint, but it returns the full set in a single response and does not accept limit or starting_after.
Example
Fetch the first page of transactions:has_more is true, use next_cursor to get the next page: