Updated on 2023-12-15 GMT+08:00

eth_gasPrice

Introduction

This API returns the current gas price in wei. It consumes 13 CUs. In the dedicated edition, the throughput is 30,000 per second for 8 vCPUs and 32 GB memory and 53,000 per second for 16 vCPUs and 64 GB memory.

Parameter Description

This method does not accept any parameters.

Return Value

A hexadecimal value of the current gas price in wei.

Request

curl https://polygon-mainnet.shared-fullnode.bcs.ap-southeast-3.myhuaweicloud.com/v1/<API-KEY> \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_gasPrice","params": [],"id":1}'