Skip to content

Token pages

Source and verification
Owning repository
bitcoinuniverseio/stampdex (private application source)
Source path
frontend route manifest, deployment resolution
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 considering a trade. Goal: open the right token, read its identity, and read its book. Prerequisites: none. Chain and network: Bitcoin mainnet. Safety: reading only.

https://stampdex.fun/trade/src20/KEVIN/23765f9bc6b87e078b1f93ed213f90b9004998336575f726e46f34ddbea5e5f3

Ticker plus deployment transaction. That is the link Copy link gives you, the link the tab title and the shared card describe, and the link a market row opens. Send it to somebody and they open the token you were looking at.

The KEVIN token page. A panel titled What this token is shows the deploy transaction, deploy block, date, and creator. A section named Where these numbers came from lists the source of each figure.
A token page. Identity first, price second, and a section naming the source of every number on the page. Captured from production, 2026-08-28.

The shorter /trade/src20/KEVIN still works, and so does /trade/src20/by-tx/<deploy transaction> when you have a transaction and no ticker. Both resolve before a market is shown.

Only one of them opens a market.

StateWhat happenedWhat you see
loadingThe answer has not arrivedA status card
resolvedThe URL named a transaction the index confirmsThe trading terminal
replaceThe ticker has exactly one deploymentThe address changes to the long form and the market opens
chooseMore than one deployment claims the tickerEach deployment with its transaction, block, and creator. No market
unknownThe index answered and holds no deployment for this tickerNothing to price, nothing to trade
unavailableThe index did not answerA retry. No market
mismatchThe transaction belongs to a different tickerA link to that ticker. No market

unknown and unavailable are never shown as each other. One means nobody deployed the ticker. The other means StampDEX could not ask.

You cannot buy, sell, or sign anything from a ticker that has not resolved to exactly one deployment.

  • Identity first. Deployment transaction, deployment block, date, and creator, above the price.
  • The order book. Real signed listings, sorted by unit price ascending. Every listing’s unit price times its amount equals its total; the API refuses to serve one where that does not hold.
  • Price history. Recorded prices only. StampDEX does not interpolate a curve for a token with sparse trades, so a thin market draws a thin chart.
  • Where these numbers came from. A section naming the source of each figure.
  • Trades and activity. What actually happened, with transaction ids.
Terminal window
curl "https://stamp.api.bitcoinuniverse.io/api/v1/market/deployments/KEVIN"

The response carries a resolution field with the values single, ambiguous, unknown, or unavailable, matching the states above.

You seeCauseRecovery
A chooser instead of a marketTwo deployments share the tickerPick the deployment you researched
“The index did not answer”The index is unreachableRetry. The token is fine, the read is not
A link to a different tickerThe transaction in your URL deploys something elseFollow the link, or check where your URL came from