nansen-cross-chain-flow
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若查询结果中没有对应数据,代表该链上的SM活动低于阈值,不一定是不支持该链。请使用--limit 200参数;若使用--limit 100会静默舍弃中等层级的代币。
ETH净流入&SOL净流出 = 资金正从SOL转向ETH。仅单一链净流入为正 = 属于该链专属的投资操作。
跨链的24小时/7天数据背离才是轮转信号,1小时数据不具备参考性。