Skip to main content

eth_getFilterLogs | Ethereum Method

POST 

https://ethereum.callstaticrpc.com/:apiKey

Returns an array of all logs matching filter with given id. Can compute the same results with an eth_getLogs call.

Request

Responses

curl -L 'https://ethereum.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"params": [
"string"
],
"method": "eth_getFilterLogs"
}'
Request Collapse all
Base URL
https://ethereum.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "params": [
    "string"
  ],
  "method": "eth_getFilterLogs"
}
ResponseClear

Click the Send API Request button above and see the response here!