trace_block

Get trace information about all the transactions in a given block.

📘

Note: Available to paying Infura Customers


Description

Get trace information about all the transactions in a given block. This can be useful for debugging purposes or for analyzing the behavior of a blockchain.

Parameters

  • block parameter [Required] A hexadecimal block number, or the string latest, earliest, or pending. See the default block parameter.

Returns

A list of calls to other contracts containing one object per call, in transaction execution order.


Language
Authorization
Header
Click Try It! to start a request and see the response here!