eth_gasPrice

返回当前的 Gas 价格(以 Wei 为单位)

Request

curl https://eth-mainnet.solarpath.io/v1/YOUR-API-KEY \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc": "2.0", "id": 1, "method": "eth_gasPrice", "params": []}'

Response

十六进制格式(以 Wei 为单位)。

{
  "id": 1,
  "jsonrpc": "2.0",
  "result": "0x165a0bc00"
}

最后更新于