Tx Explorer(s)
To easily link to transaction explorers, you can link to the Xumm explorer launchpad and allow users to pick their preferred explorer.
Last updated
Was this helpful?
To easily link to transaction explorers, you can link to the Xumm explorer launchpad and allow users to pick their preferred explorer.
Don't keep a list of explorer links youself: you can easily rely on our explorer launchpad URL.
https://xumm.app/explorer/{network}/{txhash}The network param can be mainnet, xahau and any other key from the rails endpoint https://xumm.app/api/v1/platform/rails - also available in our SDK: getRails()
CTID is a more efficient way to link to transactions, as they contain the ledger index, transaction index in that ledger and the NetworkID.
More info: https://xrpl.org/ctid.html
https://xumm.app/explorer/{ctid}Last updated
Was this helpful?
Was this helpful?