How to Track Your Crypto Portfolio
Owning crypto in more than one place makes a simple question surprisingly hard to answer: what is all of it worth right now, and am I up or down? Exchange apps each show their own slice, a wallet shows a balance without a cost, and the total lives nowhere.
A portfolio tracker is the tool that answers it. What follows is what it can tell you, and what it cannot.
Key Takeaways
- A watchlist and a portfolio answer different questions. A watchlist follows prices for coins you are interested in. A portfolio records what you hold and what you paid, which is what makes a profit or loss figure possible.
- CoinMarketCap Portfolio is free and needs an account. It runs on the web and in the iOS and Android apps, and your data syncs between desktop and mobile.
- There are three ways to get your holdings in. Paste an on-chain address and it updates itself, sign in to a supported exchange, or enter transactions by hand. The three can sit side by side in one portfolio.
- Manual entries are only as good as what you type. Quantity, price, date and fees all feed the profit calculation, so recording them when a trade happens is easier than reconstructing them later. Synced sources fill this in for you.
- A tracker is a record, not an account. CoinMarketCap states the portfolio is "strictly informational and for tracking purposes," and that it is not an exchange or a wallet.
Why a Spreadsheet Stops Working
For a single holding bought once, a note on your phone is enough. The reason people move on from that is not complexity but arithmetic that changes every second. A useful portfolio view needs a current price for every asset, applied to your quantity, compared against what you paid, across however many places you hold things.
That means the two hard parts are price data and record-keeping, and a tracker takes the first one off your hands. CoinMarketCap's tracker updates continuously, described on its own page as "updating 24/7 using price data from the biggest exchanges," across a catalogue the site counters put above 59M assets and 970 exchanges. The record-keeping half stays with you, which is the part worth doing properly.
For the wider question of how to think about allocation and risk rather than measurement, the complete guide to crypto portfolio management covers that ground.
Watchlist or Portfolio: Which One You Need
These get used interchangeably and they are not the same tool.
Watchlist
"What is Bitcoin doing today?"
A list of assets you want to keep an eye on. It shows prices and moves, and it does not know whether you own any of them.
Portfolio
"What is mine worth, and am I ahead?"
Records holdings: how much of what, bought when, at what price. Because it knows your cost, it can show a balance and a profit or loss.
Most people end up wanting both, for different assets. Coins you are researching belong on a watchlist. Coins you own belong in a portfolio. On CoinMarketCap both live in the same account, and a watchlist syncs between the mobile app and desktop.
Setting Up CoinMarketCap Portfolio
Two things are worth knowing before you start.
It is free and requires an account. The portfolio page offers "Create your Portfolio" or "Log In," and the tracker itself is free to use. There is no paid tier for portfolio tracking.
It works on web and mobile, with the same data. The tracker is available on iOS and Android as well as the web, and the product page describes syncing your data between desktop and mobile so the same holdings show up wherever you open it.
Create a portfolio and the first screen asks how you want to fill it. That choice is the next section, and it decides how much upkeep the tracker needs from then on.
Three Ways to Add Your Holdings
CoinMarketCap's support note on the portfolio sets out all three: transaction details entered directly, on-chain addresses that update automatically, or signing in to a supported exchange. You can use more than one in the same portfolio, and you can run several portfolios, so a long-term holding can sit apart from active trades.
Paste an on-chain address Updates itself
You give the tracker a public wallet address and it reads the balances at that address, then keeps them current on its own. No signature and no connection to your wallet software is involved, because a public address is all it needs.
The onboarding screen lists 26 supported networks, covering both EVM chains and non-EVM ones:
BitcoinEthereumSolanaBNB Smart ChainBaseArbitrumOptimismPolygonCardanoTRONSuiLitecoinDogecoinBitcoin Cashand 12 moreCoinMarketCap's walkthrough of the tracker describes the same thing as connecting "both EVM-compatible and non-EVM-compatible wallets." This is the method that scales, since anything that arrives at that address later shows up without you doing anything.
Sign in to a supported exchange Updates itself
Binance and OKX can be connected directly, and the product describes this as syncing assets from the account "without using API key," so there is no read-only key to generate and paste. Those are the two available, and the same screen carries a "Don't see your preferred exchange? Tell us" link.
Enter transactions by hand You maintain it
This reaches anything the other two do not, and it is the method where you set every field yourself. Rather than typing a balance you record what happened: a buy, a sell or a transfer, with the quantity, the price, the date, any fees and an optional note. Those fields are what the cost basis and profit figures are built from.
The step-by-step is set out in how to use the CoinMarketCap Portfolio, which also covers privacy mode for checking balances somewhere public.
Which to use comes down to upkeep. An address or a connected exchange account keeps itself current, which suits holdings that move often. Hand-entered transactions take more effort and give you control over every number. They combine, so most portfolios end up with some of each.
What the Numbers Mean
Once your holdings are in, the tracker shows a current balance and a profit or loss figure. Two things about that number are worth understanding, because they are where most confusion starts.
Unrealized profit
The gain or loss on what you still hold, which moves every time the price does.
Realized profit
Locked in on what you have sold. A portfolio that looks flat overall can be hiding a realized gain and an unrealized loss.
Fees you enter are folded into what the position cost you, so a trade can show a small loss immediately after you make it. That is the fee, not a mistake in the tracker.
CoinMarketCap publishes the formulas it uses, including average buy price, cost basis and the difference between realized and unrealized profit, in how CMC calculates your portfolio profits. It is worth a read if you want to reconcile a figure rather than take it on trust.
Keeping It Accurate
Synced addresses and exchange accounts keep themselves current, so the habits below apply to the part of the portfolio you enter yourself. Three of them do most of the work.
Reconstructing a price and a date months later means guessing, and a guessed cost basis makes every profit figure downstream approximate.
A transfer between your own wallets is not a sale, and recording it as one will distort your realized profit. Fees belong in the transaction that incurred them.
Symbols repeat across different projects, so when a coin you are adding has a familiar ticker, confirm you have the right listing before saving.
The mobile app also carries alerts alongside market data and conversion tools, which is the practical way to hear about a move without watching a screen.
Building Your Own Tracker With the CoinMarketCap API
The product handles tracking for most people. If you would rather build the view yourself, into a spreadsheet, a dashboard or your own app, the same market data is available through the CoinMarketCap API, and the free tier is enough to start.
| Tier | Price | Monthly credits | Rate limit | Daily history | Licence |
|---|---|---|---|---|---|
| Basic | Free | 15,000 | 50/min | 1 year | Commercial use |
| Builder | $35/mo, or $29 yearly | 150,000 | 300/min | 3 years | Commercial use |
Free Basic access spans 60+ endpoints with one API key, and one month of intraday history alongside the daily figures.
For a portfolio view the pattern is straightforward: hold your own record of quantities and cost, then call the Quotes Latest endpoint for current prices and multiply. The record-keeping is the same work the product does for you; what the API adds is control over where the numbers land.
You can try it before creating anything. The keyless public API answers with "no API key, no signup, no headers," which is enough to confirm the response shape for the assets you hold before you commit to a plan.
What a Portfolio Tracker Is Not
This shapes what to expect from it. CoinMarketCap describes the portfolio as "strictly informational and for tracking purposes," and states that users cannot buy, sell or perform other asset transactions on CoinMarketCap, which "is not an exchange or wallet."
FAQ
How do I track my crypto portfolio for free?
CoinMarketCap Portfolio is free to use and needs only an account. You create a portfolio and fill it one of three ways: paste a public on-chain address and it updates itself, sign in to Binance or OKX, or enter transactions by hand with the quantity, price and date. It then maintains a running balance and profit or loss figure using continuously updated price data, on the web and in the iOS and Android apps, with your data syncing between them.
What is the difference between a watchlist and a portfolio?
A watchlist follows prices for assets you are interested in and does not record whether you own them. A portfolio records what you hold and what you paid, which is what makes a profit or loss figure possible. Both are available in the same CoinMarketCap account, and watchlists sync between mobile and desktop.
Does CoinMarketCap Portfolio connect to my exchange or wallet?
Yes, and in one direction only. You can paste a public on-chain address, which the tracker then keeps current on its own, and you can sign in to Binance or OKX to sync balances without generating an API key. Neither connection can move anything, because CoinMarketCap "is not an exchange or wallet" and assets cannot be bought or sold on the platform. The wallet method asks for an address and no signature.
Which blockchains can I connect a wallet address from?
The onboarding screen lists 26 networks, EVM and non-EVM alike, among them Bitcoin, Ethereum, Solana, BNB Smart Chain, Base, Arbitrum, Optimism, Polygon, Cardano, TRON, Sui, Litecoin, Dogecoin and Bitcoin Cash. CoinMarketCap's own walkthrough puts it as connecting "both EVM-compatible and non-EVM-compatible wallets."
Why does my portfolio show a loss right after I add a purchase?
Fees are counted as part of what the position cost, so a trade can show a small negative figure immediately. The profit figure also updates with the market price, so it moves continuously once the transaction is saved.
Can I keep more than one portfolio?
Yes. Multiple portfolios are supported on desktop and mobile, which is how people separate long-term holdings from shorter-term positions. The setup steps are covered in how to use the CoinMarketCap Portfolio.
Can I track my portfolio using the CoinMarketCap API instead?
Yes. The API serves the same market data the product uses, and the free Basic tier carries 15,000 monthly call credits at 50 requests a minute with a commercial-use licence. You keep your own record of what you hold and what it cost, then pull current prices to value it. The keyless public API needs no key or signup, so you can check the response shape first.
Do I get alerts when a price moves?
The CoinMarketCap mobile app includes alerts alongside its market data, conversion and other tools, so you can be notified rather than checking manually.
Start Tracking
Create a free portfolio, or pull the same market data yourself through the API. The keyless endpoints need no account at all.
This article contains links to third-party websites or other content for information purposes only ("Third-Party Sites"). The Third-Party Sites are not under the control of CoinMarketCap, and CoinMarketCap is not responsible for the content of any Third-Party Site, including without limitation any link contained in a Third-Party Site, or any changes or updates to a Third-Party Site. CoinMarketCap is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement, approval or recommendation by CoinMarketCap of the site or any association with its operators.
This article is intended to be used and must be used for informational purposes only. It is important to do your own research and analysis before making any material decisions related to any of the products or services described. This article is not intended as, and shall not be construed as, financial advice.


