debug_traceBlockByNumber
Replays the block that is already present in the database.
Path parameters
apiKey
Request
This endpoint expects an object.
Block number
The block number or tag (e.g., “latest”, “earliest”).
Tracer
Tracer object for the call.
Response
Array of block traces.
type
CALL or CREATE
from
20-byte address of the caller
to
20-byte address of the recipient. Null when its a contract creation transaction.
value
Amount of value included in the transfer (in hex)
gas
Amount of gas provided for the call (in hex)
gasUsed
Amount of gas used during the call (in hex)
input
Call data
output
Return data
error
Error message, if any.
revertReason
Solidity revert reason, if any.
calls
Array of sub-calls made within the transaction.