Last updated 2 months ago
data - None
data
Filter ID.
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"}'
{ "error": { "code": -32000, "message": "filter 0x5ace5de3985749b6a1b2b0d3f3e1fb69 not found" }, "id": "getblock.io", "jsonrpc": "2.0" }
Example code for the eth_getFilterLogs json-rpc method. Сomplete guide on how to use eth_getFilterLogs json-rpc in GetBlock.io Web3 documentation.