Crypto Price Tracker
Live prices, market cap, and 24h change for top cryptocurrencies.
This tool sends your query through our server to look up live data. We don't store it, and no files are ever uploaded — though the upstream service answering the lookup sees the query too.
Lists the twenty-five largest cryptocurrencies by market capitalisation with their current USD price, 24-hour change and market cap, refreshed each time you ask for it.
How to use it
- 1Open the page — the table loads by itself; there is no search box and nothing to submit.
- 2Read the 24h column, which is green with a leading + for a rise and red for a fall, both to two decimal places.
- 3Press Refresh to request the list again.
Example
- Input
- Loading the page
- Output
- A 25-row table — rank, coin logo with name and ticker, price, 24h change, and market cap in compact form such as $2.1T
Prices are always in USD wherever you are; only the grouping separators follow your locale. The upstream list is re-fetched at most every two minutes, so two Refreshes in quick succession normally show identical numbers. When CoinGecko rate-limits the request the message is "Crypto price service is busy — try again shortly." and the table already on screen is left standing rather than cleared.
What happens to your data
This request carries nothing about you because it carries nothing at all: /api/crypto takes no parameters, so the URL your browser asks for is byte-for-byte the one every other visitor asks for, and a shared two-minute cache means your Refresh is often answered from a copy already served to someone else. Our route keeps eight named fields per coin — id, symbol, name, image, price, 24h change, market cap, rank — and discards the rest of CoinGecko's response before it reaches you.
Last updated August 2026
Someone posts a screenshot of a price in a group chat, or a headline says the market has crashed, and you want the actual numbers before you believe either. That is the moment for a plain ranked table you can read in seconds, not a chart that assumes you already trade.
Before you read anything into it, decide which of two questions you are asking. If the question is where the market stands — which coins are large, which fell overnight, whether a move hit one project or all of them — a ranked snapshot answers it well. If the question is what you would actually pay or receive, it does not. That number lives in one exchange's order book at one moment, and by the time it reaches you the spread, the trading fee, the withdrawal fee and the network fee have changed it.
The list has a hard edge: it is the top of the market by capitalisation and nothing else. Coins below that line are absent rather than hidden, with no search box to reach them. Capitalisation is itself a calculated figure — price multiplied by the supply believed to be circulating — so a coin with most of its tokens locked in a vesting schedule can rank above its trading reality.
The common mistake is reading the 24-hour column as a trend. It compares now against the same clock time yesterday, so a coin can show green while sitting well below where it was last week.
How it works
Toolvore asks a route on this site for the list rather than calling a price provider from your browser, and that route is the only thing that speaks to CoinGecko: it requests the markets endpoint ordered by capitalisation, one page of twenty-five, with the 24-hour change, then keeps a handful of named fields per coin and discards the rest. The table fills itself when the page opens and again when you press Refresh, which greys out while a request is in flight. Where it is weakest: no sorting, no history, no chart, no currency selector and no alerts — what you get is one moment, formatted and rendered. The row logos are the exception, since each is an image your browser loads from an address the data provider supplied. And when a request fails, the table already on screen stays where it is while an error line appears above it, so numbers can sit there looking current when they are not.
Common use cases
- Checking where a coin sits in the market cap ranking
- Sanity-checking a price quoted in a group chat
- Seeing whether an overnight fall hit one coin or the whole market
- Finding the correct ticker symbol for a coin
- Copying a rough dollar figure into a spreadsheet
- Checking that a stablecoin is still near its peg
Frequently asked questions
What does market capitalisation actually mean for a cryptocurrency?+
It is the price of one coin multiplied by the number of coins believed to be in circulation, which makes it a measure of size rather than of money invested. The figure would evaporate long before the whole supply reached a real order book. Circulating supply is an estimate too, and sources differ on whether locked, staked or burned tokens count, so the same coin can carry different capitalisations in different places. Fully diluted valuation — every token that will ever exist, priced at today's rate — is often the more sobering number.
Why is the price different from the one on my exchange?+
There is no single crypto price. Every venue runs its own order book, so a coin has a slightly different last-traded price on each of them at any instant, and an aggregated figure is an average across many venues weighted by how much they trade. On top of that gap sit the costs that reach you directly: the spread between the buy and sell side, the exchange's fee, the network fee to move anything off it, and in some countries a persistent local premium. An aggregate is a reference rate, not a quote.
What exactly does a 24-hour price change measure?+
A rolling window, not a calendar day. The comparison is against the price at this same clock time yesterday, and the window moves forward continuously, which is why the percentage can shift even when little has traded — the anchor at the far end has moved on. That matters most when a spike or a crash rolls out of the window: a coin can go from a large gain to a small one without doing anything in the present. Sites that quote a change against a fixed midnight show a different figure at the same moment.
Where do the numbers come from, and does anything about me go with the request?+
The figures come from CoinGecko, reached through a route on this site rather than from your browser. That request has no field for anything personal because it has no fields at all — there is nothing to type on the page and nothing to submit. The one thing your browser does fetch directly is each coin's logo, a plain image request to an address the data provider supplied. No wallet, no holdings, no portfolio and no account come into it, because the tool has no concept of any of them.
Is this a live feed that updates on its own?+
No. It is a snapshot taken when the request is made, and it stays frozen until you ask for another. Trading venues work differently: they hold an open connection and receive each change as it happens, which is what you need if seconds matter. Repeated polling of a public data source is answered from a short cache instead, so asking again straight away often returns what you already had. For reading the state of the market that is fine; for anything where the price you see has to be the price you get, it is not.
Why can I not find a particular coin in a top-25 list?+
Because a top list is a cut, and everything below the line is not in the response at all. There are thousands of tradeable tokens, and only the largest handful come anywhere near the first page of a ranking, so a newly launched, small or narrowly traded coin will not appear. Ranking also shifts, so a coin sitting near the bottom edge can be there one week and gone the next without anything dramatic happening. To look one up you need a source with search across the full list, or the exchange that lists it.
What is the difference between market cap and trading volume?+
Capitalisation describes size; volume describes activity. A coin can carry a large capitalisation while very little of it changes hands in a day, which is what makes a position hard to leave without moving the price against yourself. The reverse happens too — a small token with heavy volume around a piece of news. The two are worth reading together: size alone says nothing about whether anyone is on the other side of a trade. Volume is not in this table, so the ranking tells you which projects are large, not which are liquid.
Why is a stablecoin not showing exactly one dollar?+
Because its price is still set by trading rather than by decree. A stablecoin holds near its peg through arbitrage: when it drifts below, someone buys it cheaply and redeems it for a dollar with the issuer, and that buying pushes it back up. Deviations of a fraction of a percent are ordinary and mean little more than a momentary imbalance in an order book. A sustained gap, or one that widens, is worth attention, because it tends to say something about confidence in the redemption path rather than about the market.
Related tools
Country Info Lookup
Population, capital, currency, languages, and flag for any country.
Weather Lookup
Current conditions and a 7-day forecast for any city.
Public Holidays
See official public holidays for any country and year.
Dictionary & Definitions
Definitions, phonetics, synonyms, and examples for English words.