Skip to content

Get current gas price

GET
/v2/gas-station/price/chain/{chainId}

Retrieve current gas price for a specific chain.

chainId
required
string

The chain ID

X-API-Key
string

API Key

X-API-Secret
string

API Secret

Current gas price information

object
price
required

Gas price in wei

string
20000000000
priceGwei
required

Gas price in gwei

string
20

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error