更新时间:2023-10-16 GMT+08:00

eth_gasPrice

简介

返回当前的Gas价格(以 wei 为单位)。该API所消耗的计算单元为19。

参数说明

此方法不接受任何参数。

返回值

以十六进制表示的当前Gas的价格,以 wei 为单位。

请求样式

curl https://your-http-endpoint/v1/<API-KEY> \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_gasPrice","params": [],"id":1}'