ETH
POST
GET
Last updated on January 1, 1970
1 min read
Method eth_gasPrice undefined ()
connect with JSON-RPC protocol
eth_gasPrice
Returns a percentile gas unit price for the most recent blocks, in Wei.By default, the last 100 blocks are examined and the 50th percentile gasunit price (that is, the median value) is returned.If there are no blocks, the value for --min-gas-price is returned. Thevalue returned is restricted to values between --min-gas-price and--api-gas-price-max. By default, 1000 Wei and 500GWei.Use the --api-gas-price-blocks, --api-gas-price-percentile , and--api-gas-price-max command line options to configure the eth_gasPricedefault values.
Parameters
-
Request
curl --location --request POST 'https://eth.getblock.io/mainnet/'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
--data-raw '{"jsonrpc": "2.0",
"method": "eth_gasPrice",
"params": [],
"id": "getblock.io"}'
Response
{
"id": "getblock.io",
"jsonrpc": "2.0",
"result": "0x658ebc492"
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }