Gas Price from network
Get Gas Price info from network
Supported on: Ethereum Base Solana BNB Chain ZKsync Gnosis Optimism Polygon Linea Sonic Unichain Arbitrum Avalanche
Parameters
chain
* number pathRequest Body
This request doesn’t have any request body.
JavaScript
Copy
1
Returns
200
EIP-1559 gas price response with base fee and priority recommendations
baseFee
* string Current network base fee in wei
low
* any Low priority gas price recommendation
allOf[0]
Eip1559GasValueResponse object EIP-1559 gas value with max priority fee and max fee per gas
maxPriorityFeePerGas
* string Maximum priority fee per gas (tip to validators) in wei
maxFeePerGas
* string Maximum total fee per gas (base fee + priority fee) in wei
medium
* any Medium priority gas price recommendation
allOf[0]
Eip1559GasValueResponse object EIP-1559 gas value with max priority fee and max fee per gas
maxPriorityFeePerGas
* string Maximum priority fee per gas (tip to validators) in wei
maxFeePerGas
* string Maximum total fee per gas (base fee + priority fee) in wei
high
* any High priority gas price recommendation
allOf[0]
Eip1559GasValueResponse object EIP-1559 gas value with max priority fee and max fee per gas
maxPriorityFeePerGas
* string Maximum priority fee per gas (tip to validators) in wei
maxFeePerGas
* string Maximum total fee per gas (base fee + priority fee) in wei
instant
* any Instant priority gas price recommendation
allOf[0]
Eip1559GasValueResponse object EIP-1559 gas value with max priority fee and max fee per gas
maxPriorityFeePerGas
* string Maximum priority fee per gas (tip to validators) in wei
maxFeePerGas
* string Maximum total fee per gas (base fee + priority fee) in wei
JSON
Copy
1