Skip to content
Alchemy Logo

sui_getCheckpoints

POST
/{apiKey}

Retrieves a paginated list of checkpoints. Results can be ordered ascending or descending by sequence number.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringoptional

Optional paging cursor. If provided, results start from the item after the given cursor.

integeroptional

Maximum number of items to return.

booleanoptional

If true, results are returned in descending order. Defaults to false.

Responses

200

Paginated list of checkpoints.

Was this page helpful?