Skip to main content
Retrieving gas and fee information from the Plasma blockchain can be done using the following methods:

eth_gasPrice

eth_maxPriorityFeePerGas

eth_feeHistory

eth_blobBaseFee

This information can be used for:
  • Fee estimation — calculate optimal gas prices for transactions
  • Cost analysis — analyze historical gas price trends
  • Wallet applications — display current network fee information
  • Transaction optimization — choose appropriate gas parameters
Last modified on January 28, 2026