Trace block by hash
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the possible tracing result number by executing all transactions in the block specified by the block hash with a tracer
Body
Returns the possible tracing result number by executing all transactions in the block specified by the block hash with a tracer
Request payload for Trace block by hash.
jsonrpcstringrequiredJSON-RPC protocol version.
methodstringrequiredJSON-RPC method name.
paramsArray<string | object>requiredJSON-RPC method parameters.
idintegerrequiredClient-provided request identifier echoed in the response.
Response
Block transaction traces by hash
Bad Request
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