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