Crypto token liquidity dashboard across every exchange

See every exchange trading your token on one screen, tell real liquidity from padded volume, and save a dated snapshot to Notion.

App
CoinGeckoNotionFinanceOperationsResearch & MonitoringAI Reports
PromptCreate

Build an internal app for our investor relations and market making team that shows where our token actually trades. Today we assemble this by hand before every investor update, clicking through exchange listings and copying numbers into a doc. I want one screen that answers it, and a button that archives the answer.

Main screen. At the top, a coin picker. The user types a token name or ticker and I use the CoinGecko Search operation to show matching coins with their name, symbol, market cap rank and thumbnail, so we pick the right one when several tokens share a ticker. Selecting a coin gives me its CoinGecko coin id, which everything else keys off. Remember the last selected coin so the app opens on our token by default.

Once a coin is selected, use Coin Tickers for that coin id to get every venue carrying it, paginating until all tickers are collected since a well listed token runs past the 100 per page limit. Render a table with one row per ticker: exchange name, the pair as base over target, last price, 24 hour volume, bid ask spread percent, and CoinGecko's trust score for that listing. Sort by 24 hour volume descending by default, and let the user sort by any column. Use the USD figures from the converted price and converted volume fields so every row is comparable, rather than mixing quote currencies. Make the exchange name and pair the clearly dominant columns and keep the numbers right aligned and monospaced so they scan vertically.

Flagging matters more than the raw table here, because low quality listings are what inflate a headline volume number. Mark any row where the ticker is stale, where CoinGecko flags it as an anomaly, where the trust score is red or yellow rather than green, or where there is no trust score at all, which usually means CoinGecko has not rated that venue. Use a clear inline badge on the row plus a filter toggle to show or hide flagged rows. Above the table, show a summary line stating total 24 hour volume across all venues, and how much of it comes from flagged listings, as both a dollar figure and a percentage. That single sentence is the thing our IR lead will quote most often, so give it real visual weight.

Also show a price dispersion figure across the top venues by volume, defaulting to the top ten. Compute a volume weighted average price across those venues, then show the highest and lowest last price, the spread between them as a percentage, and call out by name whichever venue is quoting furthest from the weighted average. This is how we notice one exchange drifting off market, so surface it near the top of the page, not buried under the table.

Clicking any exchange row opens a detail panel for that venue. Fill the venue profile from Exchanges List with Data, matched on the exchange identifier from the ticker, showing trust score and trust score rank, year established, country, and the exchange's own site link. Fetch that list once per view load and join it against the ticker rows in the same handler rather than making a call per row, because the CoinGecko free plan rate limits aggressively. Add the venue's 30 day volume trend from Exchange Volume Chart as a small line chart. Note that this endpoint returns pairs of a millisecond timestamp and a volume value denominated in BTC as a string, so parse the strings to numbers and label the axis as BTC rather than implying dollars.

In the same panel, show what share of our token's total volume that venue represents. Compute this from the ticker data only, summing the USD converted volume of that venue's pairs for our token and dividing by the total across all tickers. Do not mix this with the exchange level BTC volume totals, since those cover the venue's entire book across every asset and would give a meaningless number. If a venue carries several pairs for our token, list each pair with its own volume inside the panel.

Use Get Coin by ID for the page header, showing the token name, symbol, current price, reported total 24 hour volume and market cap rank. Display CoinGecko's reported total next to the total we summed from tickers, since a visible gap between the two is itself a useful signal for our team.

A Save briefing button writes the current liquidity picture into our Notion investor relations database. Use Create a Page with the database as parent, titling the page with the token symbol and today's date so the database becomes a point in time archive. Then use Append Block Children to write the body: a short header block with the token, timestamp, total volume, flagged volume share and the dispersion summary, then the venue table as rows covering exchange, pair, price, 24 hour volume, spread percent, trust score and any flags, then a closing block listing the flagged venues explicitly with the reason each was flagged. Let the user pick or confirm the destination database on first use and remember it. After saving, confirm in the UI with a direct link to the created Notion page.

Practical notes. Assemble the whole main view in a single server handler that runs the search or coin lookup, the paginated tickers call and the exchanges list, then does the joins and the dispersion and share math server side, so the browser gets finished rows. Handle CoinGecko rate limit responses by surfacing a plain retry message rather than a blank table. Give the user an explicit refresh control with a visible last updated timestamp, since knowing exactly when the snapshot was taken is the whole point for an investor briefing.

What does this prompt do?

  • Look up any coin and get a single screen listing every exchange that trades it, with the trading pair, last price, 24 hour volume, bid ask spread, and CoinGecko's trust rating, sorted by volume
  • Flags stale listings and low trust or unrated venues, and tells you how much of the headline volume number comes from listings you should not take at face value
  • Shows a price dispersion figure across the top venues, so you can spot when one exchange is quoting well off where everyone else trades
  • Click any exchange for its profile, its 30 day volume trend, and the share of your token's total volume it carries, then save the whole picture as a dated briefing page in your Notion database

What do I need to use this?

  • A CoinGecko account and an API key. The free Demo plan is enough to get started
  • A Notion workspace with a database where investor relations briefings should be saved
  • The Notion database shared with your General Input connection, otherwise it cannot write pages into it
  • The name or ticker symbol of the token you want to track

How can I customize it?

  • Change how many top venues feed the price dispersion figure, and the volume floor below which a venue is treated as noise rather than real liquidity
  • Adjust the rules that decide which listings get flagged, for example how old a quote has to be before it counts as stale, or whether unrated venues are hidden instead of marked
  • Point the save button at a different Notion database, or change the briefing page title format and which properties get filled in

FAQs

Do I need a paid CoinGecko plan?
No. The free Demo plan works for this app. It does limit how many requests you can make per minute, so if your whole team refreshes the dashboard constantly, or you track a token listed on hundreds of venues, a paid plan will feel smoother.
Will this work for any token?
Any token that CoinGecko lists. You search by name or ticker and pick from the matches, which also avoids grabbing the wrong coin when several share a symbol. Tokens that CoinGecko has not listed will not show up.
Why are some exchanges marked with a warning?
Because their numbers are the ones most likely to mislead you. The app marks listings whose price has not updated recently, listings CoinGecko flags as anomalous, and venues with a low trust rating or no rating at all. These are exactly the rows that inflate a headline volume figure, so they are labelled rather than silently mixed in.
How fresh is the data?
It is pulled live each time you load or refresh the dashboard. CoinGecko updates most venues frequently, but some report far less often, which is why stale listings are called out instead of being presented as current.
What does the saved briefing look like in Notion?
A new page in the database you choose, dated so you build a point in time archive, with the venue table, the flagged listings, and the price dispersion summary written into the page body. It is designed to be dropped straight into an investor update.

Related templates

Share of voice dashboard for your brand and competitors

See how your brand's news coverage and sentiment stack up against four competitors, then let an assistant write the weekly report for you.

GDELT
Notion
Slack Bot
App
Influencer campaign roster board with AI creator briefs

Drag creators through Sourced to Wrapped on a board grouped by campaign, with audience stats on every card and a one-click brief for each creator.

HypeAuditor
Google Sheets
Notion
App
Smart home entity health cockpit for Home Assistant

Open one screen to find every unavailable, stale, or low-battery device in your smart home, see which hub is really at fault, and clear out the dead entries in bulk.

Home Assistant
Notion
App
Open model approval desk for your production AI stack

See every open model your teams run in production, who approved it, and whether a quiet license change means it needs another look.

Hugging Face
Notion
Slack Bot
App
Bid board that watches every procurement portal for you

Stop checking a dozen agency sites by hand. Open one board of live solicitations, each scored against what your team can actually bid on.

Hyperbrowser
Notion
Slack Bot
App
Sector market map explorer built on Harmonic and Notion

Describe a market in plain English, get a live landscape of matching companies, expand it from any name you like, and keep every map in Notion.

Harmonic
Notion
App

Stop rebuilding your liquidity picture by hand before every investor update.

Give your IR and market making team one screen that shows where the token really trades, and a button that archives it.