trace_block
BNB Smart ChainC3Returns the traces for all transactions in a block in one call — efficient for MEV research, internal-transfer indexing and reorg analysis.
Endpoint
POST https://api.1st-node.com/v1/bsc/rpcParameters
| Name | Type | Description |
|---|---|---|
| block | QUANTITY | TAG | Block number or tag to trace. |
Returns
Array — trace entries across all transactions in the block.
Request
curl https://api.1st-node.com/v1/bsc/rpc \
-H "Authorization: Bearer $ONE_KEY" \
-H "content-type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "trace_block",
"params": ["latest"]
}'{
"jsonrpc": "2.0",
"id": 1,
"method": "trace_block",
"params": ["latest"]
}Response
{
"jsonrpc": "2.0",
"id": 1,
"result": [{ "transactionHash": "0x…", "action": {}, "result": {} }]
}More trace methods on BNB Smart Chain
充值、拿密钥、上线。
自助开通。支持加密货币或银行卡。按额度计费——重型原语更贵,简单调用很便宜。
获取 API 密钥