nansen-sm-cross-chain-flows
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesebash
TOKEN_SYMBOL=<symbol e.g. "AAVE"> CHAINS=(ethereum solana base bnb)
for chain in "${CHAINS[@]}"; do
nansen research smart-money netflow --chain $chain --limit 200
# Filter by token_symbol; → net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd
doneAbsent from results = SM activity below threshold on that chain, not necessarily unsupported. Use --limit 200; --limit 100 silently drops mid-tier tokens.
ETH+ & SOL− = rotating from SOL→ETH. One chain positive only = chain-specific play.
24h/7d divergence across chains is the rotation signal, not 1h.
bash
TOKEN_SYMBOL=<symbol e.g. "AAVE"> CHAINS=(ethereum solana base bnb)
for chain in "${CHAINS[@]}"; do
nansen research smart-money netflow --chain $chain --limit 200
# Filter by token_symbol; → net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd
done结果中未出现某链数据 = 该链上的聪明资金活动低于阈值,不代表该链不支持该代币。请使用--limit 200参数;若使用--limit 100,会自动过滤掉中端代币。ETH流入 & SOL流出 = 资金从SOL轮动到ETH。仅单条链呈现正流入 = 特定链的针对性操作。跨链的24小时/7天数据差异才是资金轮动信号,而非1小时数据。