Pagination only apply for /query paths. The main cursor for all entities is the createdAt (timestamp) field that are ordered by creation time except for transactions where transactionId should be used as cursor.

FieldDescription
firstNumber of entities to return, default to 100.
afterOptional timestamp. The service will return the X first entities that was created BEFORE that timestamp