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.
ParameterDescriptionSample Value
sizenumber of returned entries20
pagequeried page3
sortBysorting parameterAGE
orderBythe order in which the values are returnedASC - oldest to latest
DESC - latest to oldest

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.
ParameterDescriptionSample Value
nextCursorthe entry (transaction, party ID, etc.)
after or before which other entries will be returned
20
sizenumber of returned entries20
pagequeried page3
sortBysorting parameterAGE
orderBythe order in which the values are returnedASC - oldest to latest
DESC - latest to oldest