@nansen-ai/nansen-portfolio-tracker

How has a wallet's portfolio changed over time? Historical balances, current snapshot, and per-token PnL.

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
namenansen-portfolio-tracker
descriptionHow has a wallet's portfolio changed over time? Historical balances, current snapshot, and per-token PnL.
metadataNANSEN_API_KEY
allowed-toolsBash(nansen:*)

Portfolio History

Answers: "How has this wallet's portfolio evolved over the past month?"

ADDR=<address> CHAIN=ethereum

nansen research profiler historical-balances --address $ADDR --chain $CHAIN --days 30 --limit 20
# → block_timestamp, token_symbol, token_amount, value_usd, chain

nansen research profiler balance --address $ADDR --chain $CHAIN
# → token_symbol, token_name, token_amount, price_usd, value_usd

nansen research profiler pnl --address $ADDR --chain $CHAIN --days 30 --limit 20
# → token_symbol, pnl_usd_realised, roi_percent_realised, bought_usd, sold_usd, holding_usd, nof_buys, nof_sells

Compare historical-balances over time against current balance to see what was added/removed. PnL shows trade performance.

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-portfolio-tracker/verified)](https://skillsafe.ai/skill/@nansen-ai/nansen-portfolio-tracker/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-portfolio-tracker/installs)](https://skillsafe.ai/skill/@nansen-ai/nansen-portfolio-tracker/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-portfolio-tracker/scan)](https://skillsafe.ai/skill/@nansen-ai/nansen-portfolio-tracker/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-portfolio-tracker/eval)](https://skillsafe.ai/skill/@nansen-ai/nansen-portfolio-tracker/)