Block Explorer — Addresses

Address Detail Page

URL: /address/:pubkey

Shows comprehensive information for any RougeChain address. Addresses are displayed in the compact rouge1... Bech32m format throughout the UI, derived from the SHA-256 hash of the raw ML-DSA-65 public key.

Balances

  • XRGE balance
  • All token balances (qETH, qUSDC, custom tokens)
  • Staked amount (if any)

Transaction History

Paginated list of all transactions where this address is the sender or recipient, including:

  • Transfers
  • Swaps
  • Staking operations
  • Bridge operations
  • NFT operations

NFTs Owned

List of all NFTs currently owned by this address, grouped by collection.

API

GET /api/balance/:public_key                    — XRGE balance
GET /api/balance/:public_key/:token_symbol      — Token balance
GET /api/address/:public_key/transactions       — Transaction history (paginated)
GET /api/nft/owner/:pubkey                      — NFTs owned