$0.003
per call · USD Coin on Base
Current gas price and EIP-1559 fee suggestions (base fee, priority tip, suggested max fee) on Ethereum, Base, Arbitrum, Optimism, Polygon, or BNB Chain, in gwei. Public JSON-RPC, no API keys. POST a JSON body like: {"chain":"ethereum"}
Endpoint
POST https://keyronne.com/api/chain-gas4
Calls / 30d
3
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://keyronne.com/api/chain-gas", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"chain": "ethereum"
}),
});
const data = await res.json();curl -X POST \
"https://keyronne.com/api/chain-gas" \
-H "Content-Type: application/json" \
-d '{"chain":"ethereum"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"baseFeeGwei": "11.8",
"blockNumber": 20500000,
"chain": "ethereum",
"gasPriceGwei": "12.4",
"priorityFeeGwei": "0.5",
"suggestedMaxFeeGwei": "24.1",
"suggestedPriorityFeeGwei": "0.5"
}Payment details
0xb86f95ef5fa904318ea9df3b59adce099b478fc4USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from EVM Gas Price & similar services
EVM Gas Price · Aman GAS Price
amanchain-relay.gitajhd.workers.dev
Live gas price on Base and Ethereum in gwei with USD conversion; gas fee API. Deterministic on-chain execution by the AmanChain node — live consensus state, real blocks, pools and balances. Pay per call via x402 (USDC on Base), no account, no API key. POST JSON {"serviceId":"aman-gas-price","request":"<input>"}.
Chain · Operations
agents.chain.link
Chainlink For Agents: execute a catalog workflow by workflow name.
Chain · Operations Submit
agents.chain.link
Chainlink For Agents: submit a signed operation payload.