Skip to content

Your portfolio

Source and verification
Owning repository
bitcoinuniverseio/stampdex (private application source)
Source path
profile view, wallet portfolio route, address holdings route
Applicable release
continuous deployment, verify with GET /api/version
Chain and network
bitcoin / mainnet
Lifecycle
stable
Last verified
2026-09-01
This page
Edit on GitHub · Bitcoin Universe platform

For: anyone holding stamps or SRC-20. Goal: see holdings, open orders, and activity. Prerequisites: an address. A wallet only if you want StampDEX to know which address is yours. Chain and network: Bitcoin mainnet. Safety: reading only, nothing is signed.

Open stampdex.fun/profile with a wallet connected. /portfolio opens the same page.

It shows:

  • SRC-20 balances, with market data where a source has it.
  • Stamps you own, grouped by collection, carrying the same identity facts every stamp page shows.
  • Open orders: your live listings and in-progress purchases, each with its state. See Order lifecycle.
  • Activity: your trades and marketplace events.

The data behind the portfolio is public chain and marketplace data. Open https://stampdex.fun/address/<address> for any Bitcoin address. Typing an address into search opens the same page. Older /shelf/<address> links still work.

The page states plainly that StampDEX cannot tell who controls an address.

Terminal window
curl "https://stamp.api.bitcoinuniverse.io/api/v1/wallet/<address>/portfolio"

Connecting a wallet is only how the site learns which address is yours.

A value no source can answer shows as unknown, never as 0. Market surfaces apply that rule fully today. Parts of the portfolio are still being brought up to it, so when a price is missing there, treat the holding’s value as unknown rather than as zero.

You seeCauseRecovery
Balances but no pricesNo source priced those tokensNothing to fix
An order in a state you do not recogniseSee Order statesMatch the state to its row
Nothing at allThe index did not answer for that addressRetry, and check the status endpoint