nansen-portfolio-history

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

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-portfolio-history" with this command: npx skills add askeluv/nansen-cli/askeluv-nansen-cli-nansen-portfolio-history

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.

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-wallet-attribution

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

nansen-wallet-migration

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

nansen-defi-exposure

No summary provided by upstream source.

Repository SourceNeeds Review
nansen-portfolio-history | V50.AI