Vibe Springs · GAS

by Vibe Springs

GETBase

$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/gas

7

Calls / 30d

6

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x38c063312719220c676e988f0dee14b4ec0e44c8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Vibe Springs & similar services