post https://api.uniblock.dev/uni/v1/json-rpc#120
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 stringlatest
,earliest
, orpending
. See the default block parameter.
Returns
A list of calls to other contracts containing one object per call, in transaction execution order.