Skip to main content
GET
/
api
/
v1
/
execution
/
gasnow
Current gas price recommendations
curl --request GET \
  --url 'https://beaconcha.in/api/v1/execution/gasnow?apikey='
{
  "code": 200,
  "data": {
    "rapid": 141086566,
    "fast": 141086542,
    "standard": 141086518,
    "slow": 141086044,
    "timestamp": 1760076662742,
    "price": 4366.60356702,
    "priceUSD": 4366.60356702
  }
}

Authorizations

apikey
string
query
required

Response

Current fee recommendations and price snapshot were retrieved successfully.

Fee recommendations and ETH price snapshot used by the GasNow view and API.

code
enum<integer>

Application-level status code. 200 indicates success.

Available options:
200
data
object

Container for gas price tiers and market data at the time of computation.