Skip to main content
We support 2 pagination types: offset pagination and cursor pagination.

Offset pagination

An endpoint accepts the page number and breaks down the returned entries into pages. See the required parameters in the table below.

Cursor Pagination

An endpoint accepts a parameter for a cursor (transaction hash, party ID, etc.) and returns the following entries before or after it. See the required parameters in the table below.