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.
{
"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"
}
}
}






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.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/ethereum?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ currency, price, marketCap, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseOur Ethereum Price API provides real-time ETH prices in 170+ currencies. Display wallet balances, transaction values, and portfolio worth in the user's preferred currency with a single API call.
Use our Ethereum Price API to convert NFT prices from ETH to any fiat currency. Display both ETH and local currency prices to help users make informed purchasing decisions.
Combine our Ethereum and Bitcoin Price APIs to calculate total portfolio value. Both APIs use the same currency codes and format, making aggregation straightforward.
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);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog