Home

Get Checkpoints

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Return paginated list of checkpoints

Body

application/json
jsonrpcstring2.0required
idintegerrequired
methodstringsui_getCheckpointsrequired
paramsArray<string | integer | boolean>required
Show child attributes
One of

Starting checkpoint sequence number (optional)

string

Limit of results per page (optional)

integer

Whether to return transactions in the checkpoint (optional)

boolean

Response

200OK

Successful response returning paginated checkpoints

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error