@nansen-ai/nansen-wallet-batch

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

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
namenansen-wallet-batch
descriptionWhich of these addresses are smart money? Batch-profile a list in one call.
metadataNANSEN_API_KEY
allowed-toolsBash(nansen:*)
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"), kind[]}
# 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.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-wallet-batch/verified)](https://skillsafe.ai/skill/@nansen-ai/nansen-wallet-batch/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-wallet-batch/installs)](https://skillsafe.ai/skill/@nansen-ai/nansen-wallet-batch/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-wallet-batch/scan)](https://skillsafe.ai/skill/@nansen-ai/nansen-wallet-batch/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-wallet-batch/eval)](https://skillsafe.ai/skill/@nansen-ai/nansen-wallet-batch/)