⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

debug_traceBlock

Traces the execution of all transactions within a block, returning detailed information about each call and its results.

Parameters

See Ethereum JSON-RPC spec for parameters of debug_traceBlock.

Examples

curl -X POST https://api-chiliz-mainnet-archive.n.dwellir.com/YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "debug_traceBlock",
"params": [
"0x...",
{"tracer": "callTracer"}
],
"id": 1
}'

Response

Returns an array of transaction traces for all transactions in the block. Common error responses:

  • {"code": -32700, "message": "Parse error"} - Invalid JSON
  • {"code": -32602, "message": "Invalid params"} - Invalid parameters
  • {"code": -32603, "message": "Internal error"} - Server error