Real-Time Ethereum Market Data

Ethereum Price API.

Get real-time Ethereum price data including current price, market capitalization, 24-hour trading volume, and price changes. Data is refreshed hourly from multiple reliable sources and available in 170+ currencies worldwide.

Free tier, no card< 200ms responses99.9% uptime SLA
GET/v1/ethereumlive
Response200 OK · sample
{
  "status": "ok",
  "error": null,
  "data": {
    "currency": "USD",
    "price": 2685.12,
    "marketCap": 323000000000,
    "volume24h": 14850000000,
    "change24h": 2.34,
    "lastUpdated": "2026-02-07T12:00:00.000Z",
    "high24h": 2742.5,
    "low24h": 2618.75,
    "changeDirection": "up",
    "formatted": {
      "price": "$2,685.12",
      "marketCap": "$323.00B",
      "volume": "$14.85B",
      "priceWords": "two thousand six hundred eighty-five dollars"
    }
  }
}
Sample response · verify to run one live call, no signup
Integrates with your favorite tools
LangChainn8nZapierMakePipedreamPower AutomatePostman

Ethereum Price API

Get real-time Ethereum price data including current price, market capitalization, 24-hour trading volume, and price changes. Data is refreshed hourly from multiple reliable sources and available in 170+ currencies worldwide.

  • Real-time price updates hourly
  • 170+ currencies supported
  • 24h high, low, volume & change data
  • Perfect for Web3 and DeFi apps
  1. 1

    Send one request

    A single authenticated GET with the location you care about — no SDK required.

    GET /v1/ethereum?query=
    x-api-key: your_key
  2. 2

    We do the aggregation

    Each request pulls from multiple upstream sources and computes the derived fields for you.

  3. 3

    Get clean JSON back

    One structured object, typically under 200 ms — ready to render.

    { currency, price, marketCap, }

Everything in a single call.

/v1/ethereumapplication/json
currency"USD"
price2685.12
marketCap323000000000
volume24h14850000000
change24h2.34
lastUpdated"2026-02-07T12:00:00.000Z"
high24h2742.5
low24h2618.75
changeDirection"up"
formattedprice, marketCap, volume, priceWords

What developers build with it.

Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.

See every use case

Call it in your language.

Copy a working request, or install a typed SDK. Same endpoint, same key.

const res = await fetch("https://api.apiverve.com/v1/ethereum?currency=USD&hourly=true", {
  headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);

One subscription, the whole real-time ethereum market data stack.

Every related API ships with your key — no separate plans, no extra keys, one bill.

See pricing
8APIs in this bundle
99.9%uptime SLA

Wire it into the tools you already run.

Ready-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.

Google Sheets
Log hourly Ethereum price data
WhenScheduled hourly
ThenFetch ETH price → append row
Slack
Daily Ethereum price briefing
WhenScheduled daily morning
ThenFetch ETH price → post to channel
Airtable
Build an Ethereum price history database
WhenScheduled hourly
ThenFetch ETH price → create record
Notion
Ethereum price dashboard in Notion
WhenScheduled hourly
ThenFetch ETH price → update database entry
Salesforce
Track Ethereum price for DeFi accounts
WhenScheduled hourly
ThenFetch ETH price → update custom field
GitHub
Update ETH price in project data files
WhenScheduled hourly
ThenFetch ETH price → commit updated JSON
Browse all integrations

Questions about the API

How often is the Ethereum price updated?
Ethereum price data is refreshed hourly from multiple reliable market sources. The lastUpdated field in the response indicates the exact timestamp of the most recent update.
What currencies can I get Ethereum prices in?
We support 170+ currencies including all major fiat currencies (USD, EUR, GBP, JPY, etc.), other cryptocurrencies (BTC), and precious metals (XAU, XAG). The default is USD if no currency is specified.
Can I use this API for DeFi applications?
Yes! Our Ethereum Price API is ideal for DeFi apps, DEX interfaces, and Web3 platforms. Use it to display ETH prices, calculate transaction values, or show portfolio worth in fiat currencies.
What market data is included in the response?
Each response includes current price, market capitalization, 24-hour trading volume, 24-hour price change percentage, 24-hour high and low prices, and formatted versions for display.
How does this compare to on-chain price oracles?
Our API provides exchange-aggregated prices suitable for display and portfolio tracking. For on-chain DeFi operations requiring trustless price feeds, consider dedicated oracle solutions like Chainlink alongside our API for UI display.
Can I track ETH prices in other cryptocurrencies?
Yes! You can get ETH prices in BTC or other supported cryptocurrencies by specifying the currency parameter. This is useful for crypto-to-crypto trading interfaces.

Start building with the Ethereum Price API. Free tier, no card required — your key is live in minutes.

Bonus: 300+ more APIs

The same key unlocks every other APIVerve endpoint — reach for them when you need them.

Browse the catalog