get https://api.blockberry.one/sui/v1/checkpoints
Get a list of all checkpoints on the Sui Network. On Sui, checkpoints are equivalents to blocks and contain transaction blocks.
Log in to see full request history
Response
Get a list of all checkpoints on the Sui Network. On Sui, checkpoints are equivalents to blocks and contain transaction blocks.
xxxxxxxxxx
curl --request GET \
--url 'https://api.blockberry.one/sui/v1/checkpoints?page=0&size=20&orderBy=DESC&sortBy=SEQUENCE' \
--header 'accept: */*'
Try It!
to start a request and see the response here! Or choose an example: