Live market header
Run it: cc price
The first thing anyone wants is the number. This module normalises spot price, 24-hour change, liquidity, 24-hour volume and market cap into one shape and serves it from the cashcat.bot API, so the browser never talks to a market-data provider directly. One data model, one cache, one rate limiter — and the provider can be swapped without touching the frontend.
In this build the module is LIVE: the terminal really does call the public Dexscreener endpoint for the CASHCAT/WETH pool on Robinhood Chain and prints what comes back.
Reading the output. The big number is spot in USD, followed by the 24-hour change. Liquidity is the total USD value sitting in the pool — the practical constraint on how much size the market can absorb. Market cap and FDV are equal here because supply is fixed at 1,000,000,000 with nothing left to unlock. The buys/sells split is the raw 24-hour transaction count, not volume: a useful sanity check on whether flow is broad or one large actor. Holder count is the one figure on this screen still marked SIMULATED, because no free public holder feed covers this chain yet.