v1

latestOpenAPI 3.0.02026-07-26541677.9 KB
Ethereum API

eth_gasPrice

Returns the current gas price in wei

post/eth_gasPrice

Request body

jsonrpcstring required

JSON-RPC version

methodstring required

The method to call

idinteger required

Request identifier

Response

Returns the current gas price

jsonrpcstring
idinteger
resultstring

The current gas price in wei

Example response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x17d7840"
}