sui_getCheckpoints
Retrieves a paginated list of checkpoints. Results can be ordered ascending or descending by sequence number.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
cursor
Optional paging cursor. If provided, results start from the item after the given cursor.
limit
Maximum number of items to return.
descending_order
If true, results are returned in descending order. Defaults to false.
Response
Paginated list of checkpoints.
data
List of checkpoint objects.
nextCursor
hasNextPage