get https://web3api.io/api/v2/transactions/gas/predictions
Retrieves the latest gas predictions for the transactions.
Response Data
Field | Type | Description |
---|---|---|
average | object | The average gas price across the network. |
fast | object | The gas price prediction for fast confirmation of a transaction. |
fastest | object | The gas price prediction for fastest confirmation of a transaction. |
safeLow | object | The gas price prediction for a safe low gas price that will result in the confirmation of a transaction. |
gasPrice | number | The gas price in Wei. |
numBlocks | number | The estimated number of blocks to confirm the transaction with the given gas price. |
wait | number | The estimated wait time to confirm the transaction with the given gas price. |