erigon_getLogsByHash
POST
/{apiKey}
Returns all logs generated by transactions in the block with the given hash, grouped by transaction.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-f]{64}$"requiredThe block hash.
Responses
200
Array of arrays of log objects, grouped by transaction.
Was this page helpful?