Returns an array of all logs matching filter with given id.
Last updated 1 year ago
Filter ID - Generated after calling or .
Filter ID
curl https://lb.nodies.app/v1/<INSERT URL> \ -H "x-api-key: <API-KEY>" \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "eth_getFilterLogs", "params": [ "0xb304000000000000c44eb17e0cf10538" ], "id": 1 }'
{ "jsonrpc": "2.0", "id": 1, "result": [] }
eth_newFilter