BNB Smart Chain
debug_traceBlockByNumber400 credits
Returns traces for all transactions in a block by number (debug API).
Parameters
| Name | Type | Description |
|---|---|---|
| blockNumber | QUANTITY | TAG | Block number or tag. |
| options | Object | Tracer options. (optional) |
Returns
Type
Object[]
Array of transaction traces.
Code examples
curl https://bsc-mainnet.rpcnode.dev/7c9e6679-7425-40de-944b-e07fc1f90ae7 \
-X POST \
-H 'content-type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "debug_traceBlockByNumber",
"params": [
"latest",
{
"tracer": "callTracer"
}
]
}'