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

apiKeystringRequired

Request

This endpoint expects an object.
cursorstringOptional
Optional paging cursor. If provided, results start from the item after the given cursor.
limitintegerOptional
Maximum number of items to return.
descending_orderbooleanOptional
If true, results are returned in descending order. Defaults to false.

Response

Paginated list of checkpoints.
datalist of objects
List of checkpoint objects.
nextCursorstring
hasNextPageboolean