feeHistory_gasUsedRatio view Column Type Required blockCount String Yes newestBlock String Yes arrayOfIntegers String Yes baseFeePerBlobGas Array No blobGasUsedRatio Array No baseFeePerGas Array No oldestBlock String No gasUsedRatio Array No Examples SELECT * FROM feeHistory_gasUsedRatio WHERE blockCount = '0x5' AND newestBlock = 'latest' AND arrayOfIntegers = '[20,30]'