zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/Etherscan
Logo Etherscan

Etherscan

Current gas price tiers and base fee, from Etherscan's V2 multichain API.

1 endpoint1 endpoint on this scraper684 calls684 calls so farupdated last monthLast updated 8/21/2026, 2:24:45 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 19 hours ago · daily 01:00 WIB

Gas Oracle

Current gas price tiers and base fee, from Etherscan's V2 multichain API.

GET/v1/finance:etherscan/gas-oracle30s cache1 paramchecking key…
Parameters
chainIdnumber

Chain selector. 1 is Ethereum mainnet, 137 Polygon; both serve this oracle without credentials.

·
Response
EXAMPLE
{
  "unit": "gwei",
  "chainId": 1,
  "dataset": "gas-oracle",
  "provider": "etherscan",
  "lastBlock": 25800500,
  "fastGasPrice": 0.227841836,
  "gasUsedRatio": [
    0.862360183333333,
    0.946595916666667,
    0.3724444,
    0.445706816666667,
    0.753381933333333
  ],
  "safeGasPrice": 0.16983154,
  "suggestBaseFee": 0.16983154,
  "proposeGasPrice": 0.17083154
}

Code

Gas Oracle
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:etherscan", "gas-oracle", {
  "chainId": 1
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Gas Oracle/v1/finance:etherscan/gas-oracle
1 param

Parameters

chainIdnumberoptional
Chain selector. 1 is Ethereum mainnet, 137 Polygon; both serve this oracle without credentials.

Request

curl -X GET "https://api.zapi.ink/v1/finance:etherscan/gas-oracle?chainId=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "unit": "gwei",
  "chainId": 1,
  "dataset": "gas-oracle",
  "provider": "etherscan",
  "lastBlock": 25800500,
  "fastGasPrice": 0.227841836,
  "gasUsedRatio": [
    0.862360183333333,
    0.946595916666667,
    0.3724444,
    0.445706816666667,
    0.753381933333333
  ],
  "safeGasPrice": 0.16983154,
  "suggestBaseFee": 0.16983154,
  "proposeGasPrice": 0.17083154
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.7M1.7M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

771.6K771.6K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

342.8K342.8K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

116.2K116.2K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Investing

financeinvesting

Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi.

69.7K69.7K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.