Share your GetBlock experience with other devs and get 5M RPCs

banner image

Last updated on January 1, 1970

1 min read

Method eth_getLogs Gnosis Chain (GNO)
connect with JSON-RPC protocol

eth_getLogs

info-circle-fill

Returns an array of logs matching a specified filter object.Leave the --auto-log-bloom-caching-enabled command line option at thedefault value of true to improve log retrieval performance.

Parameters

Object - hex string

Filter options object.

Request

curl --location --request POST 'https://gno.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "eth_getLogs",
"params": [{"fromBlock": "0x1B13C84", "toBlock": "0x1B13C84", "address": "0xe9e7cea3dedca5984780bafc599bd69add087d56", "topics": []}],
"id": "getblock.io"}'

Response

{
    "error": {
        "code": -32001,
        "message": "28392580 could not be found"
    },
    "id": "getblock.io",
    "jsonrpc": "2.0"
}
banner icon

Start Building with GetBlock RPCs for Free