Get traces for all transactions in a block
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
The trace_block method returns all traces produced in a specific block.
This method provides detailed execution traces for every transaction in the block, including contract calls, value transfers, and reward transactions.
Body
The trace_block method returns all traces produced in a specific block.
This method provides detailed execution traces for every transaction in the block, including contract calls, value transfers, and reward transactions.
Request payload for Get traces for all transactions in a block.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringtrace_blockrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<string | string>requiredArray containing block identifier
Response
Successful block traces response
Invalid request parameters
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Internal server error