Returns an array of all logs matching filter with given id.
Last updated 7 months 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": [ "0xf0df48cf9c194d6477d6f52799a1b45f" ], "id": 1 }'
{ "jsonrpc": "2.0", "id": 1, "result": [] }
eth_newFilter