Last updated 9 months ago
Request body sample: {"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1b4", true],"id":1}
POST / HTTP/1.1 Host: eth_getBlockByNumber Content-Type: application/json Accept: */* Content-Length: 53 { "id": 1, "jsonrpc": "text", "method": "text", "params": [] }
OK
{ "id": 1, "jsonrpc": "text", "result": "text" }