eth_feeHistory
Gas data | Plasma
eth_feeHistory | Plasma
Plasma API method that returns historical gas information for a range of blocks. Available on Plasma via Chainstack JSON-RPC nodes.
POST
eth_feeHistory
Plasma API method that returns historical gas information for a range of blocks.
Parameters
quantity— number of blocks in the requested range (between 1 and 1024)quantity or tag— the highest block of the requested rangearray— array of percentile values (between 0 and 100)
Response
object— an object with fee history includingbaseFeePerGas,gasUsedRatio, andreward
eth_feeHistory code examples
Last modified on May 18, 2026