본문으로 건너뛰기

[Gas] eth_gasPrice

Returns a recommended gasPrice for a new transaction.

  • Before Magma, returns the fixed UnitPrice
  • After Magma, returns the twice of next baseFee (2*baseFee)
  • After Kaia, returns slightly buffered baseFee plus recommended tip (BaseFee * (1.10 or 1.15) + eth_maxPriorityFeePerGas)

JSONRPC: eth_gasPrice

Request

Responses

Recommended gas price in kei.

페이지를 개선해 주세요