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
- Terminal
- API
- AI agent
@shumi-ai/mcp 1.2.1 or later. shumi version shows yours.
Filter by trend, category and size
["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 10gives 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 0to include them, or set your own floor. With--mcap-maxbelow $50M the floor is off. change_24h_pctis the same number Coin Lookup shows for that coin.lowConfidence: truemarks a move over 100% on a price fewer than three exchanges quote. Check it before you act on it.streakCapped: truemeans 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 thesymbol. For a name-only list, shumi coin by-name Ethereum returns the coin with its symbol (eth). Then:
shumi coin lookup ETHfor the current trend and the exchanges with the most volume, orshumi coin risk ETHfor price, funding and trend (Coin Lookup).shumi signal ETHfor a verdict (Signals).

