Current Gas Price
GET
/gateway/v1/onchain/gas-priceLook up the current gas price for one EVM chain. Example: `chain=ethereum`.
This endpoint uses `eth_gasPrice` JSON-RPC and returns gas price in both wei and Gwei.
Supported chains: `ethereum`, `polygon`, `bsc`, `arbitrum`, `optimism`, `base`, `avalanche`, `fantom`, `linea`, `cyber`.
Query Parameters
chainenum<string>required
Chain. Can be `ethereum`, `polygon`, `bsc`, `arbitrum`, `optimism`, `base`, `avalanche`, `fantom`, `linea`, or `cyber`.
Available options:
ethereumpolygonbscarbitrumoptimismbaseavalanchefantomlineacyberExample:
ethereumCurrent Gas Price
OK