eth_getFilterLogs
Returns an array of all logs matching filter with given id.
Parameters:
Returns:
Example:
// Request
curl https://polygon.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getFilterLogs","params":["0x16"],"id":1}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}Last updated
Was this helpful?