Ethereum · Вызовы и газ
Возвращает оценку текущей цены газа в wei.
Метод не принимает параметров.
QUANTITY — цена газа, hex
{
"jsonrpc": "2.0",
"method": "eth_gasPrice",
"params": [],
"id": 1
}{
"jsonrpc": "2.0",
"result": "0x9502f900",
"id": 1
}curl -X POST https://app.nodegate.ru/v1/{product_id} \
-H "X-API-Key: ваш_ключ" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":1}'