eth_getFilterLogs - Ethereum
Shows you an array which contains all logs that suit the filter with the stated id
How to Use the eth_getFilterLogs Method
Parameters
What you receive
Sample
Call
curl https://eth-mainnet.rpcfast.com/?api_key=<key> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getFilterLogs","params":["0xd1bdcf5b6141c7ec379531c851cb91d3"],"id":1}'
Outcome
Last updated