Get traces for all transactions in a block
POST
Returns all localized transaction traces created in the specified block.
Body
application/json
Returns all localized transaction traces created in the specified block.
Request payload for trace_block.
jsonrpcstring2.0requiredJSON-RPC protocol version.
methodstringtrace_blockrequiredJSON-RPC method name.
idinteger | stringrequiredClient-provided JSON-RPC request identifier. The same value is returned in the response.
paramsArray<BlockIdentifier>requiredParameters: block identifier.
Response
200OK
Successful JSON-RPC response or JSON-RPC method error.
400Bad Request
Invalid HTTP request body or malformed JSON-RPC payload.
401Unauthorized
Missing or invalid API key.
500Internal Server Error
Internal server error.