Find the coin
- Terminal
- API
- AI agent
--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:
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:
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.

