Share your GetBlock experience with other devs and get 5M RPCs

banner image
etc

Ethereum Classic

ETC

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method eth_gasPrice Ethereum Classic (ETC)
connect with JSON-RPC protocol

eth_gasPrice

info-circle-fill

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://etc.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": "0x3b9aca00"
}
banner icon

Start Building with GetBlock RPCs for Free