JSON RPC
eth_getLogs
POST
Returns an array of all logs matching a given filter object.Documentation Index
Fetch the complete documentation index at: https://docs-hosting.axiomesh.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
Serves as a unique identifier for the request
Indicates the version of JSON-RPC being used
Represents the name of the remote procedure or method to be called
Contains the list of parameters passed to the remote method.
Response
Returns unique identifier for the request
Returns the version of JSON-RPC being used.
For filters created with eth_newBlockFilter the return are block hashes (DATA, 32 Bytes), e.g. [“0x3454645634534…”].For filters created with eth_newPendingTransactionFilter the return are transaction hashes (DATA, 32 Bytes), e.g. [“0x6345343454645…”].For filters created with eth_newFilter logs are objects with following params: