Transaction Blocks
getCheckpoints
Get a list of all checkpoints on the Iota Network. On Iota, checkpoints are equivalents to blocks and contain transaction blocks.
get/v1/checkpoints
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'SEQUENCE' | 'EPOCH' | 'TIMESTAMP' | 'TX_COUNT' required
Select sorting parameter.
Select sorting parameter.
Response
OK