Skip to main content
Look up one coin by ticker, name, id or contract address and get its price, market cap, supply, trend history and perpetual funding. On the web, ask in chat: “tell me about SOL”.

Find the coin

A contract address needs --chain (ethereum, bsc, solana, base and others).

Read the current trend

currentTrend is the coin’s daily trend now. shumi coin lookup SOL prints it on its first line:
In JSON:
The daily trend updates shortly after 00:00 UTC. With both update flags false and since equal to today, the trend flipped today. currentTrend is null when the coin has no recent trend data. It needs CLI 0.9.0 or later.

Read price, supply and trend history

trends is the history of trend runs, oldest first. coin.deltas gives the 4h, 24h and 7d moves.

Get the risk picture in one call

shumi coin risk BTC ETH SOL returns a list, with shorter field names. Over the API: /api/cli/coin/risk/{symbol}. In an agent: get_coin_risk. Funding applies to perpetual positions only.

When a ticker names two assets

Some tickers belong to a coin and to a stock or commodity. shumi resolve GOLD returns both:
Coin commands take the crypto match. For the metal, use shumi commodity GOLD. resolve matches the ticker first and the name only when no ticker matches. So shumi resolve Ethereum finds a token whose ticker is ethereum. Pass ETH instead, or look up a name with shumi coin by-name Ethereum. Over the API: /api/cli/resolve?q=GOLD. In an agent: resolve_coin.

Look up a stock or commodity

Both return the asset’s price, its trend and the funding on the perpetual that tracks it.