Ethereum API
eth_gasPrice
Returns the current gas price in wei
post/eth_gasPrice
Request body
Response
Returns the current gas price
Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x17d7840"
}Returns the current gas price in wei
Returns the current gas price
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x17d7840"
}