Skip to main content
This document outlines Autheo methods pertaining to blocks.

Get all blocks

/blocks Returns all blocks of the given type. Request
Response

Get information for a specific block

/blocks/{block_number_or_hash} Returns block information. Request
Response

Get all transactions for a specific block

/blocks/{block_number_or_hash}/transactions Returns all transactions from the given block number or hash. Request
Response

Get all withdrawals for a specific block

/blocks/{block_number_or_hash}/withdrawals Returns all withdrawals for the given block number or hash. Request
Response