@nansen-ai/nansen-wallet-batch
Which of these addresses are smart money? Batch-profile a list in one call.
No skills found in this collection.
SKILL.md
| name | nansen-wallet-batch |
| description | Which of these addresses are smart money? Batch-profile a list in one call. |
| metadata | NANSEN_API_KEY |
| allowed-tools | Bash(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.
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @nansen-ai/nansen-wallet-batch" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @nansen-ai/nansen-wallet-batch"
No eval data yet. Eval results are published via the SkillSafe API.