/ DEVELOPERS / API / QW_GASPRICE

qw_gasPrice

Returns the recommended gas price in Wei (10 Gwei standard tier) as a hex string.

qw_gasPrice

Returns the recommended gas price in Wei (10 Gwei standard tier) as a hex string.

qw_*category: gasreturns: hex Wei
Share link

Parameters

No parameters.

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"qw_gasPrice","params":[],"id":1}'