nansen-wallet-batch
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesebash
ADDRESSES="0xaddr1,0xaddr2,0xaddr3,..." CHAIN=ethereum
nansen research profiler batch --addresses "$ADDRESSES" --chain $CHAIN --include labels,balancebash
ADDRESSES="0xaddr1,0xaddr2,0xaddr3,..." CHAIN=ethereum
nansen research profiler batch --addresses "$ADDRESSES" --chain $CHAIN --include labels,balance→ .data.{total, completed, results[]: {address, chain, labels[], balance, error}}
→ .data.{total, completed, results[]: {address, chain, labels[], balance, error}}
labels[]: {label, category ("smart_money","fund","social","behavioral","others"), fullname}
labels[]: {label, category ("smart_money","fund","social","behavioral","others"), fullname}
balance: {data[]: {token_symbol, token_amount, price_usd, value_usd}}
balance: {data[]: {token_symbol, token_amount, price_usd, value_usd}}
Check .error per result — invalid addresses return an error message, not a crash. Skip those.
Keep addresses where any label.category == "smart_money" or "fund". Omit balance for faster checks.检查每个结果中的.error字段——无效地址会返回错误信息,而非程序崩溃。请跳过这些地址。
保留那些label.category为"smart_money"或"fund"的地址。若要加快检查速度,可以省略balance参数。