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.
Field | Description |
---|---|
first | Number of entities to return, default to 100. |
after | Optional timestamp. The service will return the X first entities that was created BEFORE that timestamp |