Skip to main content
shumi scan ranks the tracked coins or filters them by trend, category and market cap. Use it to find today’s biggest gainers and losers, or a short list of coins in the trend you want. On the web, ask in chat: “what’s pumping today?”

Find the biggest movers

Each row carries the move:
These need CLI 0.9.1 or @shumi-ai/mcp 1.2.1 or later. shumi version shows yours.

Filter by trend, category and size

Returns ["Shiba Inu","Pepe","Pudgy Penguins", ...]. Category names match whatever the case or spacing: layer 2 finds Layer-2, and DeFi finds Decentralized Finance (DeFi). An unknown name returns an error that points to shumi category list.

Choose the ranking

--sort (API sortBy) picks what to rank by. --order (API sortOrder) is desc for largest first, the default, or asc for smallest first.
  • The sort runs first, then the filters. --sort change24h --trend UP --limit 10 gives the ten biggest 24h gainers that are in an uptrend.
  • The change sorts start at $50M market cap, so thin micro-caps do not fill the top. Pass --mcap-min 0 to include them, or set your own floor. With --mcap-max below $50M the floor is off.
  • change_24h_pct is the same number Coin Lookup shows for that coin.
  • lowConfidence: true marks a move over 100% on a price fewer than three exchanges quote. Check it before you act on it.
  • streakCapped: true means the run is at least 400 days long (three years on the weekly), and may be longer.
  • A coin with no value for the sort key comes last.

Check a coin from the list

The next commands take a ticker. A sorted scan gives you the symbol. For a name-only list, shumi coin by-name Ethereum returns the coin with its symbol (eth). Then:
  • shumi coin lookup ETH for the current trend and the exchanges with the most volume, or shumi coin risk ETH for price, funding and trend (Coin Lookup).
  • shumi signal ETH for a verdict (Signals).
If you screen for one direction, check Market State first to see how many coins share that trend across the market.