eth_getFilterLogs - Cronos

Example code for the eth_getFilterLogs json-rpc method. Сomplete guide on how to use eth_getFilterLogs json-rpc in GetBlock.io Web3 documentation.

Parameters

data - None

Filter ID.

Request

curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/'  
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "eth_getFilterLogs",
"params": ["0x5ace5de3985749b6a1b2b0d3f3e1fb69"],
"id": "getblock.io"}'

Response

{
    "error": {
        "code": -32000,
        "message": "filter 0x5ace5de3985749b6a1b2b0d3f3e1fb69 not found"
    },
    "id": "getblock.io",
    "jsonrpc": "2.0"
}

Last updated

© 2019-2024 GetBlock LLC. All rights reserved ID: 21835790. Address: Belgrade, Serbia.