GasPrice

post

Returns the current price per gas in wei. Parameters none Returns

  • QUANTITY - integer of the current gas price in wei.
Body
jsonrpcstringRequired
methodstringRequired
paramsstring[]Required
idinteger · int32Required
Responses
200
Successful operation
post
POST //gasPrice HTTP/1.1
Host: tomo.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 61

{
  "jsonrpc": "2.0",
  "method": "eth_gasPrice",
  "params": [],
  "id": 73
}

No content