Blocks info#

Provides comprehensive information about specific blocks, including their transactions, receipts, and overall block data. These functions offer valuable insights into block specifics, the number of transactions, and the results of their execution.

eth_blockNumber : Retrieves the latest block number on the chain.
eth_getBlockByHash : Fetches the details of a block using its unique hash.
eth_getBlockByHash#full : Obtains complete information of a block by its hash.
eth_getBlockByNumber : Accesses block details based on its numerical position in the blockchain.
eth_getBlockByNumber#full : Retrieves full details of a block using its block number.
eth_newBlockFilter : Available only on paid tier. Creates a filter to listen for newly added blocks.
eth_getBlockReceipts : Obtains the transaction receipts associated with a specific block.
eth_getBlockTransactionCountByHash : Returns the total number of transactions within a block identified by its hash.
eth_getBlockTransactionCountByNumber : Retrieves the count of transactions in a block based on its block number.

These endpoints are essential for monitoring and analyzing activities on the Fantom network’s blockchain.

Get started
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key