eth_getFilterLogs | Ethereum Method
POSThttps://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
- 200
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
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"
}'
ResponseClear