This page describes the pagination style used by Kript list objects APIs for instance you can fetch a list of transfers, payout beneficiaries, payouts etc. These list APIs share a common structure, taking at least these three query parameters: limit and offset.
Kript's list APIs utilize offset-based pagination via the offset and limit parameters.
| limit | A limit on the number of objects to be returned, max of 100. |
| offset | Specify the beginning point for the list of objects, Basically, it ignores the initial set of objects. |
