Hiro · Capability
Stacks Blockchain API — Blocks
Stacks Blockchain API — Blocks. 10 operations. Lead operation: Get recent blocks. Self-contained Naftiko capability covering one Hiro business surface.
What You Can Do
GET
Getblocklist
— Get recent blocks
/v1/extended/v1/block
GET
Getblockbyburnblockhash
— Get block by burnchain block hash
/v1/extended/v1/block/by-burn-block-hash/{burn-block-hash}
GET
Getblockbyburnblockheight
— Get block by burnchain height
/v1/extended/v1/block/by-burn-block-height/{burn-block-height}
GET
Getblockbyheight
— Get block by height
/v1/extended/v1/block/by-height/{height}
GET
Getblockbyhash
— Get block by hash
/v1/extended/v1/block/{hash}
GET
Gettenureblocks
— Get blocks by tenure
/v1/extended/v2/block-tenures/{tenure-height}/blocks
GET
Getblocks
— Get blocks
/v1/extended/v2/blocks
GET
Getaverageblocktimes
— Get average block times
/v1/extended/v2/blocks/average-times
GET
Getblock
— Get block
/v1/extended/v2/blocks/{height-or-hash}
GET
Getsignersignaturesforblock
— Get signer signatures for block
/v1/extended/v2/blocks/{height-or-hash}/signer-signatures
MCP Tools
get-recent-blocks
Get recent blocks
read-only
idempotent
get-block-burnchain-block-hash
Get block by burnchain block hash
read-only
idempotent
get-block-burnchain-height
Get block by burnchain height
read-only
idempotent
get-block-height
Get block by height
read-only
idempotent
get-block-hash
Get block by hash
read-only
idempotent
get-blocks-tenure
Get blocks by tenure
read-only
idempotent
get-blocks
Get blocks
read-only
idempotent
get-average-block-times
Get average block times
read-only
idempotent
get-block
Get block
read-only
idempotent
get-signer-signatures-block
Get signer signatures for block
read-only
idempotent