Skip to main content

Get Checkpoints Backward

Loading...

Updated on
Mar 24, 2026

Get Checkpoints Backward

Parameters

before
string
Loading...

Returns

data
object
Loading...
checkpoints
object
Loading...
pageInfo
object
Loading...
hasPreviousPage
boolean
Loading...
startCursor
string
Loading...
nodes
array
Loading...
digest
string
Loading...
timestamp
string
Loading...
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/graphql' \
2
--header 'Accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"query": "query ($before: String) { checkpoints(last: 5, before: $before) { pageInfo { hasPreviousPage startCursor } nodes { digest timestamp } } }",
6
"variables": {
7
"before": null
8
}
9
}'
10
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/graphql' \
2
--header 'Accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"query": "query ($before: String) { checkpoints(last: 5, before: $before) { pageInfo { hasPreviousPage startCursor } nodes { digest timestamp } } }",
6
"variables": {
7
"before": null
8
}
9
}'
10
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free