Addresses

In blockchain, an address is a unique identifier used to represent an account on the network. It serves as a destination for sending and receiving native coins or tokens. Blockchain addresses vary in format and structure depending on the blockchain protocol (e.g., Bitcoin, Ethereum, Solana).

UTXO address formats

The following table illustrates a list of UTXO address formats by coin and environment that are supported by Liminal.

CoinNetworkAddress PrefixAddress Type
BTCMainnet3P2SH
1P2PKH
Testnet2P2SH
m, nP2PKH
LTCMainnetLP2SH
MP2PKH
Testnetm, nP2PKH
2, QP2SH
DOGEMainnetDP2PKH
A, 9P2SH
Testnetm, nP2PKH
2P2SH
BCHMainnet1P2PKH
3P2SH
Testnetm, nP2PKH
2P2SH

📘

Note

  • Liminal does not support the Bech32 address format for any UTXO chain.