Get checkpoint by hash

get
/v1/checkpoints/by_hash
Query parameters
hashstringRequired

hash of the checkpoint to lookup

fullbooleanRequired

Full transaction details

Responses
chevron-right
200Success
application/json

Header of the checkpoint.

extra_datastringRequired

Extra data

hashstringRequired

Hash of the checkpoint

Example: 0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c
numberinteger · int64Required

Checkpoint number

Example: 1500
parent_hashstringRequired

Hash of the parent

Example: 0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c
receipts_rootstringRequired

Transactions receipts root hash

Example: 0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c
state_rootstringRequired

State root hash

Example: 0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c
timestampinteger · int64Required

Timestamp

Example: 1739760890
transactions_rootstringRequired

Transactions root hash

Example: 0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c
sizeinteger · int64Optional

Integer the size of this checkpoint in bytes.

transactionsone ofRequired

Checkpoint Transactions.

or
stringOptional

Only hashes

Example: 0xf55f9525be94633b56f954d3252d52b8ef42f5fd5f9491b243708471c15cc40c
get
/v1/checkpoints/by_hash

Last updated