nansen-batch-wallet

Which of these addresses are smart money? Batch-profile a list in one call.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nansen-batch-wallet" with this command: npx skills add nansen-ai/nansen-cli/nansen-ai-nansen-cli-nansen-batch-wallet

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}}
# labels[]: {label, category ("smart_money","fund","social","behavioral","others"), fullname}
# 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

nansen-wallet

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

nansen-cross-chain-flow

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

nansen-wallet-analysis

No summary provided by upstream source.

Repository SourceNeeds Review
nansen-batch-wallet | V50.AI