You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[EVM Gas Reporting Index: Catalogue of Transaction Pricing Services and their implementation differences ](#evm-gas-reporting-index-catalogue-of-transaction-pricing-services-and-their-implementation-differences)
38
+
-[Ethereum Gas Price Reporting Index](#ethereum-gas-price-reporting-index)
40
39
*[EIP-2930: Optional Access List transactions](#eip-2930-optional-access-list-transactions)
Bacha, S. (2021, 2022, 2024). EVM Gas Reporting Index: Catalog of Transaction Pricing Services and their implementation differences (Version 2.0.0) [Computer software]. ~~https://doi.org/10.5281/zenodo.1234~~
> GET https://gas.api.infura.io/networks/${chainId}/suggestedGasFees
207
+
208
+
209
+
-`low`, `medium`, `high` - Object containing recommended values for transactions by level of urgency:
210
+
-`suggestedMaxPriorityFeePerGas`: `string` - The maximum suggested priority fee per gas (in gwei) to pay to have transactions included in a block.
211
+
-`suggestedMaxFeePerGas`: `string` - The maximum suggested total fee per gas (in gwei) to pay, including both the base fee and the priority fee.
212
+
-`minWaitTimeEstimate`: `number` - The minimum estimated wait time (in milliseconds) for a transaction to be included in a block at the suggested gas price.
213
+
-`maxWaitTimeEstimate`: `number` - The maximum estimated wait time (in milliseconds) for a transaction to be included in a block at the suggested gas price.
214
+
-`estimatedBaseFee`: `string` - The current estimated base fee per gas on the network.
215
+
-`networkCongestion`: `number` - The current congestion on the network, represented as a number between `0` and `1`. A lower network congestion score (for example `0.1`), indicates that fewer transactions are being submitted, so it's cheaper to validate transactions.
216
+
-`latestPriorityFeeRange`: `array` - The range of priority fees per gas for recent transactions on the network.
217
+
-`historicalPriorityFeeRange`: `array` - The range of priority fees per gas for transactions on the network over a historical period.
218
+
-`historicalBaseFeeRange`: `array` - The range of base fees per gas on the network over a historical period.
219
+
-`priorityFeeTrend`: `string` - The current trend in priority fees on the network, either `up` or `down` (whether it's getting more expensive or cheaper).
220
+
-`baseFeeTrend`: `string` - The current trend in base fees on the network, either `up` or `down` (whether it's getting more expensive or cheaper).
0 commit comments