Pagination

Learn how to page through lists of data returned by the API.

Cursor & Offset Pagination

hexCore primarily uses offset-based pagination via limit and page query parameters. When fetching large lists of data (like transaction histories or customer lists), you should leverage these parameters to control response size.

ParameterDefaultDescription
page1The page number to retrieve.
limit20The number of items to return per page. Max 100.