Request body sample: {"jsonrpc":"2.0","method":"eth_getLogs","params":[{"topics":["0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b"]}],"id":74}
POST / HTTP/1.1 Host: eth_getLogs Content-Type: application/json Accept: */* Content-Length: 53 { "id": 1, "jsonrpc": "text", "method": "text", "params": [] }
OK
{ "id": 1, "jsonrpc": "text", "result": "text" }