Skip to main content

debug_traceBlockByNumberRange RPC Method

Loading...

Updated on
Sep 22, 2025

debug_traceBlockByNumberRange RPC Method

This RPC method is included in the Free Trial with limited usage. Upgrade your plan to get full access and higher limits. Learn more onĀ our pricing page.

Parameters

StartBlock
string
REQUIRED
Loading...
EndBlock
string
REQUIRED
Loading...
object
object
Loading...
tracer
string
Loading...
callTracer
string
Loading...
prestateTracer
string
Loading...
tracerConfig
object
Loading...
onlyTopCall
boolean
Loading...

Returns

result
object
Loading...
block
string
Loading...
hash
string
Loading...
traces
string
Loading...
Request
1
curl https://docs-demo.kaia-kairos.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "debug_traceBlockByNumberRange",
6
"id": 1,
7
"jsonrpc": "2.0",
8
"params": [
9
21,
10
30
11
]
12
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free