$0.001
per call · USD Coin on Base
Real-time gas price oracle for multiple EVM chains. Returns slow/standard/fast fee estimates, estimated transaction costs (ETH transfers, ERC-20 transfers, swaps), and network congestion status. Supports Base, Ethereum, Arbitrum, and Optimism.
Endpoint
GET https://vibesprings.net/api/gas7
Calls / 30d
6
Unique payers / 30d
Aug 30
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://vibesprings.net/api/gas", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://vibesprings.net/api/gas?chain=base" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"blockNumber": 12345678,
"chain": "base",
"estimatedCosts": {
"erc20Transfer": {
"fast": "$0.001",
"slow": "$0.0003",
"standard": "$0.0005"
},
"ethTransfer": {
"fast": "$0.0005",
"slow": "$0.0001",
"standard": "$0.0002"
},
"swap": {
"fast": "$0.005",
"slow": "$0.001",
"standard": "$0.002"
}
},
"gasPrice": {
"fast": {
"estimatedSeconds": 5,
"gwei": 0.01,
"maxFee": 0.012,
"maxPriorityFee": 0.005
},
"slow": {
"estimatedSeconds": 30,
"gwei": 0.001,
"maxFee": 0.002,
"maxPriorityFee": 0.001
},
"standard": {
"estimatedSeconds": 15,
"gwei": 0.005,
"maxFee": 0.006,
"maxPriorityFee": 0.002
}
},
"networkStatus": "quiet",
"processingTime": "85ms",
"recommendation": "Network is quiet. Good time to transact.",
"source": "Base RPC",
"timestamp": "2026-06-20T12:00:00.000Z"
}Payment details
0x38c063312719220c676e988f0dee14b4ec0e44c8USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Vibe Springs & similar services
Vibe Springs · Price BTC USD
vibesprings.net
Real-time BTC/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price ETH USD
vibesprings.net
Real-time ETH/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price SOL USD
vibesprings.net
Real-time SOL/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.