Returns the current price per gas in wei. Parameters none Returns
QUANTITY
Successful operation
const response = await fetch('https://tomo.nownodes.io/gasPrice', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "jsonrpc": "2.0", "method": "eth_gasPrice", "params": [], "id": 73 }), }); const data = await response.json();