Blocks
Block-related endpoints
📄️ Latest block
Retrieves the latest block from the Aleo blockchain.
📄️ Latest block height
Retrieves the latest block height from the Aleo blockchain.
📄️ Latest block hash
Retrieves the latest block hash from the Aleo blockchain.
📄️ Block by height or hash
Returns a block by its height or hash
📄️ Find block hash by transaction ID
Returns the block hash containing the specified transaction
📄️ Transactions by block height
Returns all transactions in the specified block
📄️ Blocks in range
Returns blocks within the specified range
📄️ Latest state root
Retrieves the latest state root from the Aleo blockchain. The state root is the merkle root of all previous block hashes.
📄️ State root at specified height
Retrieves the latest stateRoot from a specific block on the Aleo blockchain. The stateRoot is the merkle root of all previous block hashes.
📄️ Find block height by state root
Returns the block height for the specified state root
📄️ State path by commitment
Returns the state path for the specified commitment
📄️ State paths for commitments
Returns state paths for the specified commitments. Example: `GET /<network>/statePaths?commitments=cm1,cm2,...`
📄️ Height by block hash
Returns the block height for the specified block hash
📄️ Latest block summary
Returns a summary of the latest block