trace_block
PolygonC3Returns 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/polygon/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/polygon/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 Polygon
チャージして、キーを取得し、リリース。
セルフサーブ。暗号資産またはカードで支払い。クレジットで従量課金——重いプリミティブは高く、単純なものは安価。
APIキーを取得