List of Networks
Get Defined Networks API
GTR exposes an API for you to fetch the latest list of defined networks, along with the tickers each network carries. Use this endpoint to discover the canonical network and ticker symbols, then build your own mapping against your internal identifiers.
Request
curl --silent --location --request GET "/api/standard/v2/get_defined_networks?isListTickers=true" \
--cert-type P12 --cert ./certificate.p12:'[MY_PASSWORD_OF_CERT]' \
--header "Authorization: Bearer [YOUR LOGIN TOKEN]" \
--header "Connection: keep-alive"
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
isListTickers | boolean | No | When true, each network entry includes the full tickers array. When false (or omitted), the tickers array is empty. Default: false. |
Response (example)
For readability, only three sample tickers per network are shown below. The actual response contains every supported ticker for each network.
{
"verifyStatus": 100000,
"verifyMessage": "Verification Success",
"data": [
{
"networkName": "BSC",
"description": {
"network": "BSC",
"addressExample": "",
"addressType": "",
"txIdExample": "",
"txIdType": ""
},
"tickers": [
{ "tickerName": "币安人生" },
{ "tickerName": "BNB" },
{ "tickerName": "USDT" }
],
"fullname": "BNB Smart Chain",
"website": "https://www.bnbchain.org",
"explorerWebsite": "https://bscscan.com",
"cmcWebsite": "https://coinmarketcap.com/currencies/bnb/"
},
{
"networkName": "ETH",
"description": {
"network": "ETH",
"addressExample": "",
"addressType": "",
"txIdExample": "",
"txIdType": ""
},
"tickers": [
{ "tickerName": "ETH" },
{ "tickerName": "USDT" },
{ "tickerName": "USDC" }
],
"fullname": "Ethereum",
"website": "https://ethereum.org",
"explorerWebsite": "https://etherscan.io",
"cmcWebsite": "https://coinmarketcap.com/currencies/ethereum/"
},
{
"networkName": "CHZ2",
"description": {
"network": "CHZ2",
"addressExample": "",
"addressType": "",
"txIdExample": "",
"txIdType": ""
},
"tickers": [
{ "tickerName": "CHZ" },
{ "tickerName": "PSG" },
{ "tickerName": "JUV" }
],
"fullname": "Chiliz Chain 2.0",
"website": "https://www.chiliz.com",
"explorerWebsite": "https://scan.chiliz.com",
"cmcWebsite": "https://coinmarketcap.com/currencies/chiliz/"
},
{
"networkName": "ETF",
"description": {
"network": "ETF",
"addressExample": "",
"addressType": "",
"txIdExample": "",
"txIdType": ""
},
"tickers": [
{ "tickerName": "BTCUP" },
{ "tickerName": "BTCDOWN" },
{ "tickerName": "ETHUP" }
],
"fullname": "",
"website": "(not_found)",
"explorerWebsite": "(not_found)",
"cmcWebsite": "(not_found)"
},
{
"networkName": "EOS",
"description": {
"network": "EOS",
"addressExample": "",
"addressType": "",
"txIdExample": "",
"txIdType": ""
},
"tickers": [
{ "tickerName": "EOS" },
{ "tickerName": "USDT" },
{ "tickerName": "IQ" }
],
"fullname": "EOS",
"website": "https://eosnetwork.com",
"explorerWebsite": "https://bloks.io",
"cmcWebsite": "https://coinmarketcap.com/currencies/eos/"
},
{
"networkName": "BNB",
"description": {
"network": "BNB",
"addressExample": "",
"addressType": "",
"txIdExample": "",
"txIdType": ""
},
"tickers": [
{ "tickerName": "BNB" },
{ "tickerName": "BTC" },
{ "tickerName": "ETH" }
],
"fullname": "BNB Beacon Chain",
"website": "https://www.bnbchain.org",
"explorerWebsite": "https://explorer.bnbchain.org",
"cmcWebsite": "https://coinmarketcap.com/currencies/bnb/"
},
{
"networkName": "BTC",
"description": {
"network": "BTC",
"addressExample": "",
"addressType": "",
"txIdExample": "",
"txIdType": ""
},
"tickers": [
{ "tickerName": "BTC" }
],
"fullname": "Bitcoin",
"website": "https://bitcoin.org",
"explorerWebsite": "https://www.blockchain.com/explorer",
"cmcWebsite": "https://coinmarketcap.com/currencies/bitcoin/"
}
// ... additional network entries omitted for brevity
],
"success": true,
"pending": false,
"failed": false
}
Notes
- Use
networkNameas the canonical GTR network symbol. UsetickerNameas the canonical asset symbol on that network. - When
isListTickers=false, thetickersfield will be an empty array. Use this mode when you only need the network list and want a smaller payload. - Refresh your local cache by polling this endpoint periodically. The list below is a current snapshot for reference only.
Reference Snapshot - List of Standard Netowrks Naming Conventions in GTR Networks
Last updated: July 22, 2026
The table below is a snapshot of the currently supported networks. For the most up-to-date list, call the API above.
| Network (Chain Symbol) | Chain Name | URL | Address Type | Address Example | Address Tag Example | TX ID Type | TX ID Example |
|---|---|---|---|---|---|---|---|
| 0G | 0G Labs | https://0g.ai | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| AB | AB Chain | https://ab.org | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| ACA | Acala | https://acala.network | Substrate SS58 address (Base58Check-like account encoding) | GvvkV9agGSsnO+nmcUcqcY0t5grgp0k-XdiW8DKZHsk0Dlu7 | Substrate extrinsic ID (block height-extrinsic index) | 20985949-9 | |
| ADA | Cardano | https://cardano.org | Bech32-family address (HRP=addr) | addr1qkmyqprncsh4p95e0trf3uraqm640vwv3z4pumtcm0xxtj6hc9tes | 32-byte transaction hash (64 hex chars) | 25c17b05d0bf5b745023571c271e44778eaa9d3afc3a1ba1d1b0545e846804b7 | |
| AE | Aeternity | https://aeternity.com | |||||
| AIA | AIA Chain | aiachain.org | |||||
| AKT | Akash Network | https://akash.network | Bech32-family address (HRP=akash) | akash19063a9jjws9xya2hj09keyuahre9yn395pwqlk | 52191870 | 32-byte transaction hash (64 hex chars) | 7B3CE148FFE9D1FC09B8C7FF9EDBE9FF9FAFD0DA08BFC11EEF0E72FC131DFA13 |
| ALGO | Algorand | https://algorand.co | Algorand address (Base32-encoded Ed25519 public key + checksum) | K6RON5I7PEB26PVZAUZMNZDFCIM5WEZXK34IF2ACPXSVKMO5XBPAN2L6C2 | Algorand transaction ID (Base32-encoded 32-byte digest) | dYSGv5_Ef29FMyNbKXhIpcG29rzPu2prmfn-dStwYERj4_-ZFCi_ | |
| ALLORA | Allora Network | https://www.allora.network | Bech32-family address (HRP=allo) | 32-byte transaction hash (64 hex chars) | |||
| ALV | Alvey Chain | alveychain.io | |||||
| AMB | Ambrosus (AirDAO) | https://airdao.io | decimal transaction/block/operation identifier | 678712538152 | |||
| APE | APE Chain | apechain.io | |||||
| APT | Aptos | https://aptosfoundation.org | 0x-prefixed hex address (32 bytes) | 0xa71a785cb545d77a5d4841d0ca97a53a44fde704a5e75ee7eab609c1d6d4bf5c | 0x-prefixed 32-byte transaction hash | 0x3bba64ebe502a9440d22273b2b30d39b40b08efa798a8b725a7aa92fde1e95b8 | |
| AR | Arweave | https://www.arweave.org | custom alphanumeric account/address (43 chars) | G5XyAV_mlssz66_H2LmGdEq4ObKyBlpDke01bB2G9nP | Base64url/alphanumeric transaction identifier (43 chars) | rAuo9hnsm56m-E5QQBO7Z9s6y3ca4qfuU8nDMUU7_1i | |
| ARBITRUM | Arbitrum | https://arbitrum.io | EVM-style address (0x + 20-byte hex) | 0xd5aa465f4b3f9e3a1f4dca4ddffef2d4a5290bcb | 0x-prefixed 32-byte transaction hash | 0x734ee7c7d53aeac7d09deb096d092135df110d6939b6961d3aaed8cba05a264d | |
| ARC | https://www.arc.network | EVM-style address (0x + 20-byte hex) | 0x7d794978a62cc352d92278bd52ddc15ee4058c92 | 0x-prefixed 32-byte transaction hash | 0xc2c1732d7d849bb5184bceceed63a7a7b8188acc87f10ea8c7bb9d5d88104f9f | ||
| ARDR | Ardor | https://www.jelurida.com/ardor | decimal transaction/block/operation identifier | 976620779724 | |||
| ARK | ARK | https://ark.io | Base58/Base58Check-style address (34 chars) | AiHDmcQLfbzQoaSMb7cNLVdbkWtD3N1csK | 32-byte transaction hash (64 hex chars) | 3f27cf7963f1038c4ec00991387ab304b5d69c5334b487bedc5562ef0d4cbc6f | |
| ASTR | Astar | https://astar.network | Substrate SS58 address (Base58Check-like account encoding) | _tYJ14lbE0fDxP_S-3TCx3wlayn-j-b3ylVbD64xK2Rr798 | decimal transaction/block/operation identifier | 322191162107 | |
| ATOM | Cosmos | https://cosmos.network | Bech32-family address (HRP=cosmos) | cosmos1gss4uj5dwdug4s4hf0hlzfczl3typlglh5dwwr | 93759752 | 32-byte transaction hash (64 hex chars) | C7E39F03C9D7365BE8610C62284FBA32BBB572CB9021402F98B63F67C0176FF2 |
| AVAIL | Avail | https://www.availproject.org | Substrate SS58 address (Base58Check-like account encoding) | KA6DRR0jJwfLrJ8VmNA7PQSpqj6Tu7EMF0E+G_UA8HkwL535 | Substrate extrinsic ID (block height-extrinsic index) | 9356195-0 | |
| AVAX | Avalanche (X-Chain) | https://www.avax.network | Avalanche chain-prefixed Bech32 address (X-/P- + avax1...) | X-avax1v1pmwlszkgzevlsrpzpuautw50us2skv5enrww | Base58/Base58Check transaction identifier (50 chars) | _1t25oj75kSj6qk2PhGX1Kdg3EmCgVR1V_YB1LLkAWhdp7WPOI | |
| AVAXC | Avalanche (C-Chain) | https://www.avax.network | EVM-style address (0x + 20-byte hex) | 0x045de72781cd55f12e21b1af3bb5c810a6a9e892 | 0x-prefixed 32-byte transaction hash | 0x68b52a8946c95f9fa54f1ab625384f2ebb07684d6c47f4ebf574e6991405d319 | |
| AXL | Axelar | https://axelar.network | Bech32-family address (HRP=axelar) | axelar153h7gcle896xmsjcmegsqd7lr68yas5f9acp5a | 437350149 | 32-byte transaction hash (64 hex chars) | F38497B9EB26B790B43788B9D1A0A10D4AC5A547B222CAEEA3CE141C918A2A53 |
| B2 | https://bsquared.network | ||||||
| BABY | Babylon Chain | babylonchain.io | Bech32-family address (HRP=bbn) | bbn10lql59a2qjp7sdlhj9vlqsfrph76znrhymddl4 | 913007482 | 32-byte transaction hash (64 hex chars) | 86C83C72655CD9D1ED0D5069CE2914F82E1D200BDAC904F6954A696516F01C9E |
| BABYDOGE | Baby Doge Coin | babydoge.com | |||||
| BAND | Band Protocol | https://bandprotocol.com | Bech32-family address (HRP=band) | band1cwa7mfljlyhrv2g6676yle804q9p9jlyzp9tua | 233234505 | 32-byte transaction hash (64 hex chars) | E32DF6F0682A4935D5F31BC1666ADB3D8C30A8B675EF4EE130E080B7567DB86E |
| BANK | Lorenzo | lorenzo-protocol.xyz | |||||
| BASE | Base | https://base.org | EVM-style address (0x + 20-byte hex) | 0xdcc747dc442c4109cc816a23702bb560638f935f | 0x-prefixed 32-byte transaction hash | 0xe50f4227a0707a2086cefa49dce53f78afa2ac68c615980515e770a30006c4eb | |
| BB | BounceBit | https://bouncebit.io | EVM-style address (0x + 20-byte hex) | 0x023b7386d6c50ed1e679fa14544b54ea316835fb | 0x-prefixed 32-byte transaction hash | 0x3b610dcee751219fb9b1846a39515f5c8bb2cb641ff1f336b10d429095558848 | |
| BCH | Bitcoin Cash | https://bitcoincash.org | Base58/Base58Check-style address (34 chars) | 14a42yt41EefCEoLW8uc2xEkFqdwv78xVJ | 32-byte transaction hash (64 hex chars) | 966b3931a31a204059e0476fb562557a3053985de74f98ff93c4072aad4c0f6d | |
| BCHA | eCash (formerly BCHA) | https://e.cash | decimal transaction/block/operation identifier | 43650857851 | |||
| BCHSV | Bitcoin SV | https://bitcoinsv.com | Base58/Base58Check-style address (34 chars) | 13ryZ4vUqXioFZj8MsLPW9TCgGZ4a5DMgK | 32-byte transaction hash (64 hex chars) | 14670e6c3c88663eaefebb5e9cfab1f4bc871f9c82d0271788ac31668efc6ddf | |
| BEAM | Beam | https://beam.mw | Beam hexadecimal wallet address (67 hex chars) | 26ff44bf0206beeb12c71f9b9c1c8dc601e92843ad244946178d5bdebb555b59276 | decimal transaction/block/operation identifier | 647513487584 | |
| BERA | Bera Chain | berachain.com | EVM-style address (0x + 20-byte hex) | 0xd3d6af1a99a51d2587c0acfe21232f3386b4c858 | 0x-prefixed 32-byte transaction hash | 0x95bc72a8c95e7a3479165130fc35696f73fc316bf50a751b9bba80b804d96d67 | |
| BFC | Bifrost Network | bifrost.finance | |||||
| BIFROSTKUSAMA | Bifrost (Kusama) | https://bifrost.io | decimal transaction/block/operation identifier | 53699634282 | |||
| BITCI | Bitci Chain | bitci.com | |||||
| BLAST | Blast | https://blast.io | EVM-style address (0x + 20-byte hex) | 0xadc14336f5ee0e6fa17881071b592ee982bf5f7f | 0x-prefixed 32-byte transaction hash | 0xae88535c4783cb63526a80cf4c4d2c5d276b389ec1a08a376a3d65ca891b7331 | |
| BOBA | Boba Network | https://boba.network | decimal transaction/block/operation identifier | 65918860106 | |||
| BRISE | Bitgert | bitgert.com | |||||
| BROCK | BitRock | bitrock.io | |||||
| BRUNE | Bitcoin Runes | bitcoinrunes.com | |||||
| BSC | BNB Smart Chain | https://www.bnbchain.org | EVM-style address (0x + 20-byte hex) | 0xfcbc641998d2f96b540265fb4f906a041f4ebedf | 0x-prefixed 32-byte transaction hash | 0xdec5992d08e45ab7b93ecc58c39958abadf49ec12204e4e09f60b2efa5d1a427 | |
| BTC | Bitcoin | https://bitcoin.org | Base58/Base58Check-style address (34 chars) | 1f6dEFMXmzydo39gr88Jsnwukbaam8U7Zi | 32-byte transaction hash (64 hex chars) | 8c87656acfef19145ce668c129b3a3c529a8b7bba0544307c2b8593344327771 | |
| BTG | Bitcoin Gold | https://bitcoingold.org | decimal transaction/block/operation identifier | 41259182225 | |||
| BTR | BitLayer | bitlayer.io | EVM-style address (0x + 20-byte hex) | 0x1d9205759a1ed18c9e3a4b303d8e4c4abc1d1122 | 0x-prefixed 32-byte transaction hash | 0xf95179404cbe84aa0e85316ac5d1cb5284bb6d4dcefb5ef2b00312198e1a7b9c | |
| BTS | BitShares | https://bitshares.org | decimal transaction/block/operation identifier | 701943397916 | |||
| CAD | Caduceus Protocol (new) | www.caduceus.foundation | |||||
| CAMELARK | Camelark Network | camelark.com | |||||
| CAMP | Camp Network | campnetwork.xyz | EVM-style address (0x + 20-byte hex) | 0xad26746651d64a022251f4fc7520d02d8715bf96 | 0x-prefixed 32-byte transaction hash | 0x8b52ec4cee59ee4a88efd34de6a27eb93379f19cf2317360446f6b5bcfd2d8a5 | |
| CANTO | Canto | canto.io | |||||
| CCD | Concordium | www.concordium.com | |||||
| CELO | Celo | https://celo.org | EVM-style address (0x + 20-byte hex) | 0x4ab2c76d1aecce307a86de0ceeae5cf3f83b8a75 | 0x-prefixed 32-byte transaction hash | 0x750dd43a4fe02795b471db916cb1ead715da351d6e98ea3793edf53bb8a1aa62 | |
| CFX | Conflux (Core Space) | https://confluxnetwork.org | Conflux CIP-37 Base32Check address | cfx:z0skkoavgg3u4b7oddxavqx3fklemjihcle2unmc28 | 0x-prefixed 32-byte transaction hash | 0xf74d0279de781fe82cc59282e589f088a6b45f5799210df92e1b79b6e0e41be2 | |
| CFXEVM | Conflux (eSpace) | https://confluxnetwork.org | EVM-style address (0x + 20-byte hex) | 0xa80a58aabb4becfa02a62447e238d8ce410b545d | 0x-prefixed 32-byte transaction hash | 0x2d2e1601f9f97067a1fec68fabc76f3af00ffe40b4868302a193ea02f5294911 | |
| CHR | Chromia | chromia.com | Chromia account ID (32-byte hex) | cb046a254af5ce858f03f1zln5jpezlhj3v5ya05kcx7aqm6amxw7jrq80pcgx3z | 199078163 | 32-byte transaction hash (64 hex chars) | 3C54AE211D0AA0493C95DC45642FF892676557E144D982A20744A278A1D791B2 |
| CHZ | Chiliz | https://www.chiliz.com | |||||
| CHZ2 | Chiliz Chain 2.0 | https://www.chiliz.com | EVM-style address (0x + 20-byte hex) | 0x1813462eadb9ac22357e508532c9149d1e560ada | 0x-prefixed 32-byte transaction hash | 0xc815448ea54a787954660e2fa0102030c9c8c7943d1adb2c4d88461ffd646676 | |
| CITREA | Citrea | https://citrea.xyz | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| CKB | Nervos Network | https://www.nervos.org | Bech32-family address (HRP=ckb) | ckb1gu9zp25smtut4zqpfz4a35maaq36f0s5x60pcn7lxk | 0x-prefixed 32-byte transaction hash | 0x72d6fb63e79a91b99e54d225b84a573ba3a50d79cf6b16aae2001be5037f24de | |
| CLOAK | CloakCoin | https://www.cloakcoin.com | |||||
| CODEX | https://codex.xyz | ||||||
| CORE | Core DAO | https://coredao.org | EVM-style address (0x + 20-byte hex) | 0x933e3f3228996a3a6b2c3a2cc62ee3eba76d9898 | 0x-prefixed 32-byte transaction hash | 0xe63d9970cdae85f6582d595f7d52189347a919e86f2d18f123bc0517bb62d412 | |
| CORN | Corn Network | usecorn.com | |||||
| CRO | Crypto.com Chain | crypto.com | |||||
| CSPR | Casper Network | cspr.live | |||||
| CTK | Shentu (CertiK Chain) | https://www.shentu.technology | Bech32-family address (HRP=shentu) | shentu1gqheskd3j4wvt3vddlhgu9kdl6l833cvvmkyy5 | 356400882 | 32-byte transaction hash (64 hex chars) | 4C5822FF605D06B6F7504308A657AA017FBF5F2012988E378850EF410857438B |
| CTXC | Cortex | https://www.cortexlabs.ai | EVM-style address (0x + 20-byte hex) | 0xea950937c7057694728fbfc2be0d06ab59b075c5 | 0x-prefixed 32-byte transaction hash | 0x92b2b72efc3087622e47435e7267979d34a8ae7f49bcb3da9b97304c1aace260 | |
| CYBER | CyberConnect | https://cyber.co | EVM-style address (0x + 20-byte hex) | 0x25d1ac51ed5f9822f13a29661fd28dda2191ced2 | 0x-prefixed 32-byte transaction hash | 0x2f3b7dbdbd78319841a817b77aa9de77d20b62eb7fc7970a7ae44faac07288fa | |
| DASH | Dash | https://www.dash.org | Base58/Base58Check-style address (34 chars) | XCKETxGY8dMgMFb9HGqi6LT64nWUqHKtQ9 | 32-byte transaction hash (64 hex chars) | 3a676a4c0f0d9a386c69f7e116da24163a48439af68116fe7397777ac091472c | |
| DC | Doge Chain | dogechain.dog | |||||
| DCR | Decred | https://decred.org | Base58/Base58Check-style address (35 chars) | DeLmanGRi9muZMVNc5w4BfeCEpGgRMj8dBj | 32-byte transaction hash (64 hex chars) | 8ce3e25268d6bacfdaebeb060d79d1000da661f7476c7acf90841cd9840dbf0a | |
| DEGEN | Degen Network | degen.network | |||||
| DGB | DigiByte | https://digibyte.org | Base58/Base58Check-style address (34 chars) | DUw5GvBDNcVXW9kXWkjZRmfWmNJkpmZEvg | 32-byte transaction hash (64 hex chars) | 4406f61ebd8c18543b4d6214604a3ba20bc8bb8944dc9506aecafde1ae9f381c | |
| DISTX | DistX | distx.io | |||||
| DOCK | Dock | https://www.dock.io | decimal transaction/block/operation identifier | 71283405716 | |||
| DOGE | Dogecoin | https://dogecoin.com | Base58/Base58Check-style address (34 chars) | DPtNTroyhJEk9wd9PMasqusZU4HwtqLt4g | 32-byte transaction hash (64 hex chars) | 4f62c54c4d105321e4aea97130a3952dacaae709c35da67bb686bc1cf0141131 | |
| DOT | Polkadot | https://polkadot.com | decimal transaction/block/operation identifier | 328918750866 | |||
| DYDX | dYdX | https://dydx.exchange | Bech32-family address (HRP=dydx) | dydx1wd29tyjdu2mxc7l3y7lek2remtau32zysa72lt | 318750109 | 32-byte transaction hash (64 hex chars) | 69319EB9994830249E7A3EA4E50AAAE5D041DB48245BB93586349FB5061CA1CE |
| DYM | Dymension | https://dymension.xyz | EVM-style address (0x + 20-byte hex) | 0x63c0621f8cf478f73b4e798118257ade73730b5a | 0x-prefixed 32-byte transaction hash | 0x10add889f7ffb7c2b3cfd1ad4b3d14caa430e2b79bd8e0cc2d483282def3b0a9 | |
| ECLIPSE | Eclipse | https://www.eclipse.xyz | Solana-family account address (Base58-encoded 32-byte Ed25519 public key) | Solana-family transaction signature (Base58-encoded 64-byte Ed25519 signature) | |||
| EDG | Edgeware | https://edgeware.io | decimal transaction/block/operation identifier | 538351524840 | |||
| EGLD | MultiversX | https://multiversx.com | Bech32-family address (HRP=erd) | erd1fmy6ld94k62c8ank645tp5g54rj7e5cfrxwkyp6rd7fvfxlwc9zjpxjdac | 32-byte transaction hash (64 hex chars) | a93264de01e81be1cb8328c8c9b125badda044e3386a44c0163742bfb995ca02 | |
| ELA | Elastos | www.elastos.org | |||||
| ELF | aelf | https://aelf.com | Base58/Base58Check-style address (50 chars) | TCbcSij-5hdDO2VLpAiX+c2n0rifTEQ62rGZzmPmbI7YVZPVEX | decimal transaction/block/operation identifier | 943251838817 | |
| EMTR | Meter | meter.io | |||||
| ENDURANCE | Endurance (Fusionist) | https://ace.fusionist.io | EVM-style address (0x + 20-byte hex) | 0x1d02367fdf480bde416f2a924b7c56fc0012f93f | 0x-prefixed 32-byte transaction hash | 0xab81016c346c8c2fcc173012efba904d8c143231657f2b456f11edf173744617 | |
| ENJ | Enjin Relaychain | https://enjin.io | Substrate SS58 address (Base58Check-like account encoding) | baKT95Q0k3R-LVm8OME+BbjVGaROW_DDVLc-pwAa0rQWBcFTV | Substrate extrinsic ID (block height-extrinsic index) | 43562532-6 | |
| EOS | EOS | https://eosnetwork.com | EOS custom account name | account.name | 196070995 | 32-byte transaction hash (64 hex chars) | 4564778e181d47a6dff36654d6993ec6ae6f0e3143bb057dd0529a9a3763006a |
| ETC | Ethereum Classic | https://ethereumclassic.org | EVM-style address (0x + 20-byte hex) | 0xce618fe4681e637ab2502914e970687ae3df1d5a | 0x-prefixed 32-byte transaction hash | 0x34ffb1f708ae970f29156305010a317febe0218230ee4269aaf73586e9400e93 | |
| ETH | Ethereum | https://ethereum.org | EVM-style address (0x + 20-byte hex) | 0x37ede86ce2d88e9b8e5d2f8ac0d58870d8d0ea5f | 0x-prefixed 32-byte transaction hash | 0xd1cd8147e43e2272bd86c6bc181282c8febe104124639968d6c720078274afb0 | |
| ETH_PARITY | Ethereum (Parity) | https://ethereum.org | EVM-style address (0x + 20-byte hex) | 0xd13b75011e73ef75a3e77642e15d129f4cbac4ba | 0x-prefixed 32-byte transaction hash | 0xb61faf0b431be3ed70a31d2a2e7744f5340a820cb46f51871d6236d84204fa55 | |
| ETHF | EthereumFair | etherfair.org | |||||
| ETHW | EthereumPoW Total | ||||||
| ETN | Electroneum | electroneum.com | |||||
| FET | Fetch.ai (ASI) | https://fetch.ai | Bech32-family address (HRP=fetch) | fetch1ntv3ej65qzurz3ggld8kkfylgamdg42ez5rl27 | 804593530 | 32-byte transaction hash (64 hex chars) | BA5FCBAAA9A27B2010F86F695389B378EA22E7EFC8F799470666D02BEB94B78C |
| FIL | Filecoin | https://filecoin.io | Filecoin address (network/type prefix + protocol payload) | f1lkdkfce2k6624j8zd3mzuzf7v70f9ns55ev6l83 | Filecoin message CID (CIDv1/Base32) | kqS-mx8uEcgEsgE2niLpilxspdz2cNGUHCeIT6YFMoEL3K2m5Ypz8Fe8Qg7zy8 | |
| FILEVM | Filecoin EVM (FEVM) | https://filecoin.io | EVM-style address (0x + 20-byte hex) | 0x0f82ddea90d4f8f3400f0cdd5a9dce20f86d6e9f | Filecoin message CID (CIDv1/Base32) | 5Ps5lWeS5Izf56CtIoLQfEi-82klBIPpGa3NxsPZq1l7z0LcKbRiHEEDMFWdB_ | |
| FIO | FIO Protocol | https://fioprotocol.io | custom alphanumeric account/address (53 chars) | FIOZTP1TXXHW903Z0HFO1J8Y66AI3NOSBPYWNWVG3MAU3R25PL3U2 | 32-byte transaction hash (64 hex chars) | 884357dd8afb0f41e3ae51b849230a83ab2741eb10c78e31eb783d03f232c44e | |
| FIRO | Firo | https://firo.org | Base58/Base58Check-style address (36 chars) | EztLoiosmx6CCinx4Y43xLnehRoLHFbUPn2G | 32-byte transaction hash (64 hex chars) | 9b08b4f0a933675b2bcb711efb6bb43e04926c86b3ff1dbf2f39a15847c044ea | |
| FLOW | Flow | https://flow.com | Flow account address (0x + 8-byte hex) | 0xa684aac5f04a9a74 | 32-byte transaction hash (64 hex chars) | 238af2b86b271243d8612d4445f270991087e28be201be0b85395c5a684640df | |
| FLR | Flare | https://flare.network | decimal transaction/block/operation identifier | 870384005717 | |||
| FOGO | Fogo | https://fogo.io | |||||
| FRACTAL | Fractal Bitcoin | https://fractalbitcoin.io | Bitcoin SegWit v0 address (Bech32, bc1q) | bc1qd55wpelaqcl9f304pc7qfavhd91rea2d92gvls | 32-byte transaction hash (64 hex chars) | 5ac38149d738e572babae33693087011723e01595b562aa1792a03491a5a9de3 | |
| FRAXTAL | Fraxtal | https://frax.com | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| FSN | Fusion | fusion.org | |||||
| FTM | Fantom | https://fantom.foundation | EVM-style address (0x + 20-byte hex) | 0x59c1fb95bd584b4f6e534c4f295dcaf9b99c33a7 | 0x-prefixed 32-byte transaction hash | 0x51c58fbff1d05872684ab1b7c0b5d769e4a813bb31a10d289c14371d2b155bb6 | |
| FUSE | Fuse Network | fuse.io | |||||
| GLMR | Moonbeam | https://moonbeam.network | EVM-style address (0x + 20-byte hex) | 0xd96082d6229b1cb53bac6ecf3c58aa1710f9cbab | Substrate extrinsic ID (block height-extrinsic index) | 12446263-34 | |
| GO | GoChain | https://gochain.io | |||||
| GRAV | Graviton | graviton.network | |||||
| GRS | Groestlcoin | https://www.groestlcoin.org | |||||
| GT | GateChain | www.gatechain.io | |||||
| GUNZ | GUNZ | https://gunbygunz.com | |||||
| GXS | GXChain (now REI Network) | https://www.rei.network | decimal transaction/block/operation identifier | 815729269982 | |||
| HBAR | Hedera | https://hedera.com | Hedera account ID (shard.realm.num) | 0.0.4523887 | 102149436 | Hedera transaction ID (account-seconds-nanos) | 0.0.74287-8716722500-961828986 |
| HC | HyperCash | https://h.cash | |||||
| HEMI | Hemi | hemi.xyz | EVM-style address (0x + 20-byte hex) | 0x7ea74fa82ddeaf8776c778fc82bbd787a82a8dff | 0x-prefixed 32-byte transaction hash | 0x235ee60e16658b87f8c4c5125d94b0c0606ead7d15e7a957ed36b4dd45b1a1d0 | |
| HENESYS | Henesys | https://henesys.gg | |||||
| HIVE | Hive | https://hive.io | HIVE custom account name | account.name | 30826597 | Hive transaction ID (20-byte hex) | hMJeCx7VBDuuRj8hYJfGyWqUsD5YYNWc-NjUbph_ |
| HNT | Helium | https://www.helium.com | decimal transaction/block/operation identifier | 650221515020 | |||
| HVH | Havah | www.havah.io | |||||
| HYPE | Hyperliquid | hyperfoundation.org | |||||
| ICP | Internet Computer | https://internetcomputer.org | Internet Computer account identifier (32-byte hex) | bf8f8393dd287251553b9d408eb8e84ab190386130a24a316c73b2de6adbed32 | 32-byte transaction hash (64 hex chars) | d33f013057281bd12faa6ff94d95041efc078996a7ca7e5dd8b21cc0d01cafc7 | |
| ICX | ICON | https://icon.community | custom alphanumeric account/address (42 chars) | hx73d65b311725e96a219a8631094bacdb0353cf69 | 0x-prefixed 32-byte transaction hash | 0x6855491a8ca6be64191ed056d795b8c7ad8e70d053c94890abd52e68c428e934 | |
| IMX | Immutable X | immutable.com | |||||
| INIT | Init | init.network | Bech32-family address (HRP=init) | init1vyw4duyf2x9tgpt3nj2uvtcnzxccaa8q7qznny | 296422090 | 32-byte transaction hash (64 hex chars) | BFB94D01084CE2200D8265BC16E39DE1CA694C6B2E328FBA39B58995D0745A88 |
| INJ | Injective | https://injective.com | Bech32-family address (HRP=inj) | inj1mj2e7c3mqmjh0ls50r7wsa9nd7077ae6372tas | 106689116 | decimal transaction/block/operation identifier | 991593102531 |
| IOST | IOST | https://iost.io | IOST custom account name | account.name | 973879583 | Base58/Base58Check transaction identifier (44 chars) | GdFBgduMUn7vkleCvJzbVKjlsVMY8SmiflOjxMwkVfeR |
| IOTA | IOTA | https://www.iota.org | 0x-prefixed hex address (32 bytes) | 0x89ffccedc1f8466880602e305dc7edfe8e509e9f2d091e11a4ca97553b756434 | Base58/Base58Check transaction identifier (44 chars) | c8MmdEMHRjLKfPzEzvy0gJ5kh_kIHab7--gX4mA9uVdy | |
| IOTX | IoTeX | https://iotex.io | Bech32-family address (HRP=io) | io1wv9fqslqsl04trh8cdgu5nh35666cllm66fr0v | 32-byte transaction hash (64 hex chars) | 585adafff0b5eb146fd5a5a39b0f69c75536fa48435f08437f0f41ab57fdccd6 | |
| IOTXEVM | IoTeX (EVM) | https://iotex.io | EVM-style address (0x + 20-byte hex) | 0x1943d3b22fc02b88ff816fef3b0fccf672aa35a1 | 0x-prefixed 32-byte transaction hash | 0x3c6885f8bb52150fb6eb510d88db5ade6edb3bc3701a36cf90b5c0f60d55db33 | |
| IOV | Starname | starname.me | |||||
| IRIS | IRISnet | https://www.irisnet.org | Bech32-family address (HRP=iaa) | iaa1vluehm4qm7eyczxlmmzynkwz7ymmptwk8hklqr | 434315401 | 32-byte transaction hash (64 hex chars) | 5F3031FBB8A1A3CCF676DAC738BD5A637A63A485A60BF9D0A0D7021A1C85C2F1 |
| IRYS | Irys | https://irys.xyz | |||||
| JEWEL | DeFi Kingdoms | defikingdoms.com | |||||
| KAI | KardiaChain | kardiachain.io | |||||
| KAIA | Kaia (Klaytn + Finschia) | https://kaia.io | EVM-style address (0x + 20-byte hex) | 0x6778a27a6dafade773be806be2d8ff12b4f359bc | 0x-prefixed 32-byte transaction hash | 0xc554336d80cfd2931c864a2e9bad79869edf78dbb86b74183f4ca88106606e19 | |
| KAS | Kaspa | https://kaspa.org | Kaspa CashAddr-style address (kaspa: prefix) | kaspa:qbagieousnnpwice7ewv6kot1ci6zlhmc4xyeteadpe4y0knm45wsojlnh8im | 32-byte transaction hash (64 hex chars) | 88fa9144dcb1aad660a31bcc32b8097bd68e346a50babcada5ca44645fb4d264 | |
| KATANA | Katana | katana.network | EVM-style address (0x + 20-byte hex) | 0x9777880c681fdb4d1560260587570b49ec3436e2 | 0x-prefixed 32-byte transaction hash | 0xb3d5c1af5831f638309d902f8f532bd1267fec1db51e1ac7bc18ba5704526e47 | |
| KAVA | Kava | https://www.kava.io | Bech32-family address (HRP=kava) | kava10sy2l66ma9a8emjytdkr74fu9u4jw4jpsu27f8 | 920725471 | 32-byte transaction hash (64 hex chars) | E246F8F84AED81DAB6009565D2B5BA285D8DAEA0C44F99C8410A27A6650B67E5 |
| KAVAEVM | Kava (EVM) | https://www.kava.io | EVM-style address (0x + 20-byte hex) | 0x91a9c99c53d0b46c75dfcca2b1db45e3c9b2fd48 | decimal transaction/block/operation identifier | 910532628250 | |
| KCS | KuCoin Shares | www.kucoin.com | |||||
| KDA | Kadena | https://kadena.io | decimal transaction/block/operation identifier | 110876238621 | |||
| KDA0 | Kadena Chain 0 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:3c4ef6b2cce6bcfcd26261a27df4987dc9efd54ed77e51455d9081085a1a24ed | Kadena request key (Base64url-encoded 32-byte hash) | ZYF6jH4zREpYRCGQcLUTAu1MnIIsUc4Cx07xs7XMQm2 | |
| KDA1 | Kadena Chain 1 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:0c0825d84eec4cce0ae895684364628c54747405dda2f1d9abfd136a341c046e | Kadena request key (Base64url-encoded 32-byte hash) | VXfIsZDQfUspIF-opaWbfqMc2UfSocc0fxmJDLyXI4g | |
| KDA10 | Kadena Chain 10 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:4a2a72c51493ced9b229de9191ad09036125ccaf30fb06c9392d7d2594ce37d2 | Kadena request key (Base64url-encoded 32-byte hash) | 40tLzahZmlYR45ojg4I1Ipit9KsdfzTOXBhYdnBmAo6 | |
| KDA11 | Kadena Chain 11 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:7ac9b2a57e36f9ff0d3907e9a5d9bebe983e48d05086f4ba0410d37ed00f70de | Kadena request key (Base64url-encoded 32-byte hash) | -l5IwnSTh9sHHtoVGL9FW9JADypxtA3qHtpMxvI6KHx | |
| KDA12 | Kadena Chain 12 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:e1d8dae23d11e006da804353614d8977e39ce2b3c6ac8de0345797da49e84f76 | Kadena request key (Base64url-encoded 32-byte hash) | hbEwDeaKpQls_NN-rm46RotD0nEPCBBt7PxoElC3Do6 | |
| KDA13 | Kadena Chain 13 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:99e5e5ec875f840d06e23088c94a1b34f11e0f5ec40636e5841ec0e876e086a1 | Kadena request key (Base64url-encoded 32-byte hash) | BsvdoOD2DrbhIoU35m5t_P5ViVLerNX-Zig7eCUzxrK | |
| KDA14 | Kadena Chain 14 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:492d52e7cd45b0abd760254beecc0ddffb238397bf4ad4c3f97dd43e1fa16125 | Kadena request key (Base64url-encoded 32-byte hash) | o7VfS4InyCOhC5yZnMJq5iCPFq24r04XvQVlMhybdu1 | |
| KDA15 | Kadena Chain 15 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:ff700ec55748d21226c12c23bc62313c5f2ad52e1cc9ba1a08cb6f49c5bc4969 | Kadena request key (Base64url-encoded 32-byte hash) | Nf1MWV_wjbn2Ks4jXYAUqzzux7gQQ0QYSlgr6nOz3DS | |
| KDA16 | Kadena Chain 16 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:e71832534aea89261f5289b883ae541cd6e03b2a752698819184b4c171b53d82 | Kadena request key (Base64url-encoded 32-byte hash) | ektoOvBHq_EODZSRWFTYEn-5lHxqem6BkXrOsOvZCXL | |
| KDA17 | Kadena Chain 17 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:76a53cdc55494741a8f8e4307a5f10ddb2ed2be3d23ee6b04adfb2afe7f587ac | Kadena request key (Base64url-encoded 32-byte hash) | tLH2D3DaVZ7-Jxk0WfmgcDUZ1MX0oUm2E67HxB0RYB3 | |
| KDA18 | Kadena Chain 18 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:3e3234f18387148631a28ef58e93dd8506c2ad2b81b16a738627cf9c0004775f | Kadena request key (Base64url-encoded 32-byte hash) | SSL8QQcVFWtYIpVvRHXSlGZWbCKbnFiWFHbY9QZ94Lq | |
| KDA19 | Kadena Chain 19 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:b0f130e3bd9b0366d01622d4cc4047ada5cfaa45b51302b060e8b89a5b0d881b | Kadena request key (Base64url-encoded 32-byte hash) | KFd6uxUuV2aDU56kVIKSBi3dOim63DtLy6Z9reXAktY | |
| KDA2 | Kadena Chain 2 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:ef6fdbda04c01ff5800eb30a292cae892601e9b970d56ac78071122ee15e3bfb | Kadena request key (Base64url-encoded 32-byte hash) | 1Vr8DyOg607niSdZWztZ_zwd7jUq8QGaid-w-hE-An0 | |
| KDA3 | Kadena Chain 3 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:05487f120a8ff856b245b01d059c414a6e561a82834c85e78c2ac480fd05e213 | Kadena request key (Base64url-encoded 32-byte hash) | kkPTWimviz8kXn4bRIDtoikz6SvfMKPw09hzF8-HJ-P | |
| KDA4 | Kadena Chain 4 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:aa8a849bc1c273e7382e8a28c718f24f6ceeb8baf096fb600e00f40cccd5d04e | Kadena request key (Base64url-encoded 32-byte hash) | 3_m7zqli9get7flqL45ukP6PYyx2z51qYv7M_O5iQrP | |
| KDA5 | Kadena Chain 5 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:50267675c077f31b9684359106b0165379b4ca0a872cd8a6800032ec7660caa5 | Kadena request key (Base64url-encoded 32-byte hash) | jlj2K5PcISZRQE3ktUgWlhG68TY-nIRoSyipk6QBKyo | |
| KDA6 | Kadena Chain 6 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:8f662e64691115681602ea5c0c34979b85aa75c94a4e2b07c7737162fd8c2103 | Kadena request key (Base64url-encoded 32-byte hash) | DA0VBrcDYWF_iORN_hUOdlMKCdW1ZIDjPVFNW_E13N6 | |
| KDA7 | Kadena Chain 7 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:f144c45ac0bf4b2e1651b28cc1d92ed5985f8fef9816a92e628c1bb810279aa4 | Kadena request key (Base64url-encoded 32-byte hash) | ml_4qqoIsbxf6JGMKdkA9iTTngKQa2wQODMhE4NzuBj | |
| KDA8 | Kadena Chain 8 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:d889e82488d35296ceda6378de2a03d815648d8c131d16b8e9fb662e4e575eb4 | Kadena request key (Base64url-encoded 32-byte hash) | RAzGFBvWXkVaVtSygWPEnM5LPIzbcJ_pS8vGH7CkFXL | |
| KDA9 | Kadena Chain 9 | https://kadena.io | Kadena guarded account (k: + 32-byte Ed25519 public key hex) | k:06cd4234f9c28adcc48e9782fe9ab59efd6c70f1ad22518340da547d9c1602ae | Kadena request key (Base64url-encoded 32-byte hash) | C0L3OUZn3CHCtUY7c9_nnQpXOMhfpVwtPlAT5QGRDV3 | |
| KLV | Klever | klever.io | |||||
| KLY | Klayr (formerly Lisk) | https://klayr.xyz | decimal transaction/block/operation identifier | 892288025661 | |||
| KMD | Komodo | https://komodoplatform.com | Base58/Base58Check-style address (34 chars) | RusuyVWNVKsnaWiFosDcDNX7RjARo1xcWu | 32-byte transaction hash (64 hex chars) | 96d479688c0078b5833f1d248a02a3e1e4028544331ac1dc09bb1eae8027eb41 | |
| KONET | KONET Network | konetmain.com | |||||
| KSM | Kusama | https://kusama.network | decimal transaction/block/operation identifier | 859096886370 | |||
| KUJI | Kuji | kujira.app | |||||
| LAT | Latium | latium.org | |||||
| LAVA | Lava Network | https://www.lavanet.xyz | Lava namespaced account (lava@ + account identifier) | lava@dopex7qdfmmirbleh6dtkcrbsw0thvmvg83wvft | 892580828 | 32-byte transaction hash (64 hex chars) | 3394A6D86B5E0800065E6FC52AF498639BC2C863E39218A140C0FF3B3FC1CF67 |
| LIGHTNING | Lightning Network | https://lightning.network | Lightning payment hash (32-byte hex) | 9429a78552cc95ba4a9a614b5f5950f53a32a8afdb8682a8ccf552ef3c8af133 | 32-byte transaction hash (64 hex chars) | 4f2f2c321e8bc8d4e0433f31154c7ab5ba8b76a1cb80bc88798a5ae2c3fc337e | |
| LINEA | https://linea.build | EVM-style address (0x + 20-byte hex) | 0x071df080d20494a4d5e79e571a3b000b0bdb9d45 | decimal transaction/block/operation identifier | 762810547605 | ||
| LSK | Lisk | https://lisk.com | decimal transaction/block/operation identifier | 243229071749 | |||
| LTC | Litecoin | https://litecoin.org | Base58/Base58Check-style address (34 chars) | LuJHgyB4CEN7xVahAs6KYjckQeisCXqeuJ | 32-byte transaction hash (64 hex chars) | 946ea7dcbbccd905f98c7dacf7bf7d054fb18eb2a74fba8be262affe6bc4d016 | |
| LTO | LTO Network | https://ltonetwork.com | Base58/Base58Check-style address (35 chars) | 3PXXnNX9VKixQz2dGVVma4iwcm1QbfidfY9 | Base58/Base58Check transaction identifier (44 chars) | g2VS3wBT5gHYWz02r4Z_oWBUrNesvKvhr2WBV7sDkeL9 | |
| LUMIA | Lumia | https://lumia.org | EVM-style address (0x + 20-byte hex) | 0x82f25c3218b02074af1e8a703b81e626b00138dd | 0x-prefixed 32-byte transaction hash | 0x097948a1331244b23e9696ad926093d85678abea372485416382c1d1f6915259 | |
| LUNA | Terra 2.0 | https://www.terra.money | Bech32-family address (HRP=terra) | terra1uv7qj0jrmplgms9htljvskte27t6ewfyfjcuc0 | 437395814 | 32-byte transaction hash (64 hex chars) | 5255B199F21A57D85F669A4A562E49EB0BA708FED1C098DCF1C263BD3691AE44 |
| LUNC | Terra Classic | https://www.terra.money | Bech32-family address (HRP=terra) | terra1e38ycx7grvu2enpr2243v226p3s0cw474m3f48 | 776856854 | 32-byte transaction hash (64 hex chars) | 4CE313B65A56BDE8164F147B99BC7FDCAD08D66D6A2BE30D7D447E7F0F58A9A1 |
| LUNI | Luniverse | luniverse.io | |||||
| MANTA | Manta Network | https://manta.network | EVM-style address (0x + 20-byte hex) | 0x6c0ff017e6a054580e0d9afb26e1e700fd0a02fb | 0x-prefixed 32-byte transaction hash | 0x495835eca267b5ebe25fd73bcaf612f734652de14398ae81a0ae93532323d293 | |
| MAPO | Map Protocol | mapprotocol.io | |||||
| MARS | Mars Ecosystem | marsprotocol.io | |||||
| MATIC | Polygon | https://polygon.technology | EVM-style address (0x + 20-byte hex) | 0x4c401ab8cba544b3d9f068e1e6b400141c5d8d8a | 0x-prefixed 32-byte transaction hash | 0xabd49db8c2a5184efef320c35dbb462ad5020994c1bc077ad78286754ce4b5b4 | |
| MEGAETH | MegaETH | https://www.megaeth.com | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| MERL | Merlin Chain | merlin.network | |||||
| METIS | MetisDAO | www.metis.io | EVM-style address (0x + 20-byte hex) | 0xa1f0d0dcd62d8a99493f104b079de714d8f5aba8 | 0x-prefixed 32-byte transaction hash | 0x66ae25081e13ead8309b76e26d935753f610823c8732681bcb3bde6b0500dca5 | |
| MILK | Milk Token | milktoken.io | Bech32-family address (HRP=milk) | milk19pgrqtncpa9ax6r5gm83qcymh3q6ukp684lffz | 740377265 | 32-byte transaction hash (64 hex chars) | FDBEBDA58BA6D36C521931BE09779A5792723D9EF98F6AF5B7B427845A36F2CC |
| MINA | Mina Protocol | minaprotocol.com | Mina public-key address (Base58Check) | m1+MqCSSdoeY0RKXeEEyWpXa45O300hQTvtpXjl8OuydUxYmWoJZtfO | Mina transaction hash (Base58Check) | NqqV_SbXztGrkiS0nhx0PjAV4EG-ONP_lymsj_eWnx9IIpcMlFHe | |
| MITO | Mitosis | mito.io | EVM-style address (0x + 20-byte hex) | 0x702443a29254c39d11665b7e266e81a0c5dbe8e8 | 0x-prefixed 32-byte transaction hash | 0x90725df2ab75bf56c6cd537aae20e9c419c6fa780f187d00781eff4562beb117 | |
| MOB | MobileCoin | www.mobilecoin.com | MobileCoin public address (Base58-encoded protobuf payload) | 5KeUHUyOqjP-0kNX6nLHX3wlShxNK0-Rh_08n1+WkhOhARXguQ5tgOdPNXI82onjy6hxAx+j_MZEvMcEIJ-Of2QOVj3gHP3E74qshQ0puXi | 32-byte transaction hash (64 hex chars) | 31c1d516492ec72a7b17b8a1051c57522ec8b9e7a589f6a301a99a52fac926d8 | |
| MOD | Modefi | modefi.com | |||||
| MONAD | Monad | https://www.monad.xyz | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| MOVD | Move Network | move.network | |||||
| MOVE | Movement | https://movementnetwork.xyz | 0x-prefixed hex address (32 bytes) | 0x-prefixed 32-byte transaction hash | |||
| MOVR | Moonriver | moonbeam.network/networks/moonriver | EVM-style address (0x + 20-byte hex) | 0x5a84794ca04551927ee8bde4a59c2e7878a18ec0 | Substrate extrinsic ID (block height-extrinsic index) | 71727991-9 | |
| MTL | Metal DAO | metalpay.com | decimal transaction/block/operation identifier | 187881848556 | |||
| NAS | Nebulas | nebulas.io | |||||
| NAV | Navio | nav.io | decimal transaction/block/operation identifier | 353238430865 | |||
| NEAR | NEAR Protocol | near.org | NEAR implicit account (32-byte Ed25519 public key hex) | 9fe06fce61beace3a03f6e7abbbb12f3b95453765411aa41b96f96bba79f11d6 | Base58/Base58Check transaction identifier (44 chars) | hCjsYenSpDUN2VufmbrqW1OJeu4ny4Qh7uoqVreE41F4 | |
| NEBL | Neblio | https://nebl.io | Base58/Base58Check-style address (34 chars) | 32-byte transaction hash (64 hex chars) | |||
| NEO | NEO Smart Economy | neo.org | decimal transaction/block/operation identifier | 513639004638 | |||
| NEON | Neon EVM | neonlabs.org | |||||
| NIL | Nil Network | https://nil.foundation | |||||
| NOBLE | Noble Network | noble.xyz | |||||
| NTRN | Neutron | https://www.neutron.org | Bech32-family address (HRP=neutron) | 32-byte transaction hash (64 hex chars) | |||
| NULS | NULS | nuls.io | Base58/Base58Check-style address (37 chars) | UVEyb2A-pb77-PEL1NDoJ9fK1eSB8eOpeQoxd | 32-byte transaction hash (64 hex chars) | e37d18b12029c65b0dd8bc63ce4f5e6207d0307b2ff25ac4a34f1cf7da4cab20 | |
| NXS | Nexus | https://nexus.io | |||||
| OAS | Oasys Network | www.oasys.games | |||||
| OM | Mantra DAO | mantradao.com | |||||
| OMN | Omega Network | omtch.com | |||||
| OMNI | Omni Network | https://omni.network | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| ONE | Harmony One | harmony.one | Bech32-family address (HRP=one) | one1rhgw888l47g0uwg59uczj4324lkpemu755fmln | 0x-prefixed 32-byte transaction hash | 0xafad54cf0cf9fd7441697d0b8f4e1fdb647637d530c3b89f54d5d9524fae9e08 | |
| ONT | Ontology | ont.io | Base58/Base58Check-style address (34 chars) | Ad5rYRdC2WyaZ5W4v3tg4Bhpwi2ChAaRbC | 32-byte transaction hash (64 hex chars) | 34a4120bd9daa8cc9b02368eda9e89662555ac1859f6fdad0d03c1f25855b70b | |
| OP | Optimism | optimism.io | |||||
| OPBNB | opBNB | www.binance.org/en/opbnb | EVM-style address (0x + 20-byte hex) | 0x7e02e9d19ea96351abd70c647bcb1c27009c0235 | decimal transaction/block/operation identifier | 902552292197 | |
| OPTIMISM | Optimism | optimism.io | EVM-style address (0x + 20-byte hex) | 0xec63c188b30746f487176a14040be30a8d00e2b6 | 0x-prefixed 32-byte transaction hash | 0xfc2521f0a18f23ad7fba9321b6b58d2a928017f3849711c9f486552dea6b2a88 | |
| ORDI | Ordinals BTC | N/A | |||||
| OSMO | Osmosis | osmosis.zone | Bech32-family address (HRP=osmo) | osmo1l4jpfgxzsh726xyd4h2klfmmpdv82d4ccjg6qv | 261192564 | 32-byte transaction hash (64 hex chars) | CC5A735B06EFE43099EDFB0698E5CF9086D8BA56B09E645A540DC9524B9A38D7 |
| PARA | Parallel Finance | parallel.fi | decimal transaction/block/operation identifier | 682214276803 | |||
| PHAROS | Pharos Network | https://pharos.xyz | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| PI | Pi Network | minepi.com | Stellar-style muxed account (StrKey/Base32) | JFCR3QNP26TCRW5MPY25NOJ5UG33LXDM4SSI5SVXVAFFUSY32ZCSSSNTA5RJ5SWAKLTUP | 32-byte transaction hash (64 hex chars) | e101fba557a3c343d8959b4ebefc34df30fda97ecc8588a286d1282ab6fadcab | |
| PIVX | PIVX | pivx.org | Base58/Base58Check-style address (36 chars) | E3ew5NoToQFDSbHcEMEmpuGgdUdeUip6psUT | 32-byte transaction hash (64 hex chars) | 66829349443ff493df39714c451c377cb613a47cacda1ad3484767e1ba177add | |
| PLUME | Plume Network | plume.org | EVM-style address (0x + 20-byte hex) | 0xaf77b8d76c7993e78e5fe6594541cb35db622226 | 0x-prefixed 32-byte transaction hash | 0x2f679d684cda52d0c4864cc3d769b4dac47aafc4f0b36f4e3c6d9f1a2127d1f6 | |
| POKT | Poket Network | pocket.network | |||||
| QTUM | Qtum | qtum.org | Base58/Base58Check-style address (34 chars) | QHwfmZDyrxPMTVrUHjResXaR83R6AccV2A | 32-byte transaction hash (64 hex chars) | e2f80859f227da109f215612d3456bdabe8c8940a48c3a86e2763f4f836f1528 | |
| REDLC | Redlight Chain | N/A | |||||
| REEF | Reef | reef.io | Substrate SS58 address (Base58Check-like account encoding) | EIXucr7xcnJXclG-ApmxrF8ysV67gq+GMWtskFtuh8-QPHz+ | Substrate extrinsic ID (block height-extrinsic index) | 48733457-3 | |
| RON | Ronin | https://roninchain.com | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| ROSE | Oasis Network | oasisprotocol.org | Bech32-family address (HRP=oasis) | oasis12lkpl8x0a7t2kmt0w6txvaelgu5d2xkucd4t5cm8 | 32-byte transaction hash (64 hex chars) | b890d33d3ff12b8a560825eac6eb99966ab31c5bc348d7b659aaf84ab0773aa4 | |
| RSK | Rootstock Blockchain | rootstock.io | EVM-style address (0x + 20-byte hex) | 0x435c31c9eaffdc086df505979214a0e12cc02edd | 0x-prefixed 32-byte transaction hash | 0x25cb6df13d44777ea7d5ffbbb061c0f4c0643c6860aad25fc29e8ec08fbe9039 | |
| RUNE | THORChain | thorchain.org | Bech32-family address (HRP=thor) | thor1ccegz05reta5hu8q3n2txejdwfx0chk7nhv9xy | 688320482 | 32-byte transaction hash (64 hex chars) | C37C82B802ECA845089D7DD53F58359F160431CCABB7231FDCD88A042AE77DC2 |
| RVN | Ravencoin | ravencoin.org | Base58/Base58Check-style address (34 chars) | RCtkQiuktcZmC55a88ZUdhAeQEo927qd8r | 32-byte transaction hash (64 hex chars) | a017c9540ac98009225416a20d2622d84402af721e509128bbe89d9e6dd78598 | |
| SAGA | Saga Network | saga.xyz | Bech32-family address (HRP=saga) | saga15up58zy3m9jhz9rz9r37xdk8gsnp2n5cmm7g7s | 722463507 | 32-byte transaction hash (64 hex chars) | 8EA8FC3473C37808B3FCA6BF20411FC2AB84F4FAB188D03D404D965453E80F9F |
| SBTC | Super Bitcoin | superbitcoin.org | decimal transaction/block/operation identifier | 93177489943 | |||
| SC | Siacoin | sia.tech | Sia address (hex-encoded, 38 bytes) | 3fa9109f80928317565a9a89c9f4a04f6a9623b394129fa8d16cc475e54e54994bfc20e28f2a | 32-byte transaction hash (64 hex chars) | 5910f491075510f986bd806ab1cd844e1c0346c8592d75c39ab974e3f5581abb | |
| SCROLL | Scroll | scroll.io | EVM-style address (0x + 20-byte hex) | 0x790f88ac1c93ff23df4bc61ed3a1da7e8012581a | decimal transaction/block/operation identifier | 453557836361 | |
| SCRT | Secret Network | scrt.network | Bech32-family address (HRP=secret) | secret1z32cea4vt7d4dfuk3j6zrwxau6e6r9wyh2zmk2 | 195746624 | 32-byte transaction hash (64 hex chars) | 0A94F75B4EF60B134D9B520D478D00087963E528498A095D90BC3DAB23BC0801 |
| SDN | Shiden Network | shiden.astar.network | |||||
| SEGWITBTC | Bitcoin SegWit | bitcoin.org/en/segwit | Bitcoin SegWit v0 address (Bech32, bc1q) | bc1qmnzfmradp9llk71dn4kc0mqxmq4kjptz7egq2z | 32-byte transaction hash (64 hex chars) | bcc2da3fcd118cf539d87455f4b8333adef0abe8c894d31f5ce69a884a51abbd | |
| SEI | Sei Network | sei.io | decimal transaction/block/operation identifier | 971765484999 | |||
| SGB | Songbird | songbird.network | decimal transaction/block/operation identifier | 824761286435 | |||
| SKY | Skycoin | skycoin.com | decimal transaction/block/operation identifier | 534287701314 | |||
| SLF | SelfKey | selfkey.org | Bech32-family address (HRP=self) | self15p9sj94kdfa4cpz2vk30th6m7h2wqja77rpzjh | 32-byte transaction hash (64 hex chars) | 98B39B8D7204DB4C9EE36F1912042C1110A17A4B94EA69ACC5B7D9712C3C36A7 | |
| SOL | Solana Network | solana.com | Solana-family account address (Base58-encoded 32-byte Ed25519 public key) | zKYMwggAvUjpRFDDC7VHEdFupRKTKQQC0oGd7rYbWRwW | Solana-family transaction signature (Base58-encoded 64-byte Ed25519 signature) | CP1c5qXdW8pGlWX2W6UCfHhmCSL1LlXNDt4PLzDgQiyTzklQk-NrFkWAKqrhiHADjb7WkPVMLwAAwmE-L46Roo_G | |
| SOMI | Somiibo | somiibo.com | EVM-style address (0x + 20-byte hex) | 0xe16bc4a4e36bf2f549efdac82500e59211906689 | 0x-prefixed 32-byte transaction hash | 0x3283e8f00712a8a4ca4253db52c573c386a740e7054b30f2f42204812b0ad777 | |
| SOMM | Sommelier | somm.finance | |||||
| SOPH | Sophon | https://www.sophon.xyz | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| STARKNET | StarkNet | starknet.io | Starknet contract/account address (felt hex) | 0xd177cae2b1bdc812236fcd60ef46ca3b789dff93b0961562e055ffe9c7e4e12b | 0x-prefixed variable-length transaction hash (63 hex chars) | 0x444bd36ef81e82de2d073d664ef2fbb7ccf1f5351ba65944d7b9e0f84d85064 | |
| STATEMINT | Statemint (Polkadot Asset Hub) | https://polkadot.com | Substrate SS58 address (Base58Check-like account encoding) | Substrate extrinsic ID (block height-extrinsic index) | |||
| STEEM | Steem | steem.com | Base58/Base58Check-style address (11 chars) | YngFHDA-iIv | 790950498 | hexadecimal transaction identifier (40 hex chars) | CP0WjXdKU-Ih7KID7Q43uZo28qbqMQbWsynlxfVC |
| STORY | Story Network | story.network | EVM-style address (0x + 20-byte hex) | 0xac055aff8315b9393df270b47d0f9f8f67ac7174 | 0x-prefixed 32-byte transaction hash | 0xcbfed934e476befff8c427c7cd073df41ab3c6a70436707ee942c9210e341e1b | |
| STRAT | Stratis | stratisplatform.com | decimal transaction/block/operation identifier | 51783891668 | |||
| STRAX | Stratis | stratisplatform.com | EVM-style address (0x + 20-byte hex) | 0xf198f8f17ba2c0521d91a06d26c3764b328ea1d4 | 0x-prefixed 32-byte transaction hash | 0xe353d0afad1cdb2450046c90217217b9ed9abad034f673449b3195cba3f5e1f2 | |
| STX | Stacks | stacks.co | Stacks c32check address | SP4416AEXAD8M1H18N8VJWNT7DJ2EE0HTWN17CMSC | 957917089 | 0x-prefixed 32-byte transaction hash | 0xe0991d0c9f744cf3e1cbe217c59e0cc16543290e793735cf3a836e158c518b0c |
| SUI | Sui | sui.io | SUI account address (0x + 32-byte hex) | 0x87448bd94ce05a7b0b3a4fd5a5661a55c679688fc1b7ac1b9558d92f9cbfe0c6 | Sui transaction digest (Base58-encoded 32-byte digest) | pkdH70SjKJMC1fOl7ta4i2mcuSL-BpThhFzJFLyj_TFQ | |
| SX | SX Network | sx.technology | |||||
| SXP | Swipe | swipe.io | Base58/Base58Check-style address (34 chars) | StxjBQ24KG5CzQns7hfZu4uJBry9F8zV3L | 32-byte transaction hash (64 hex chars) | 5d145e38bcf9d21b4bf19888ad022aaa74ff09a94e03f56081a1959ea5fc1539 | |
| SYS | Syscoin | syscoin.org | Bech32-family address (HRP=sys) | sys134el586mynr6j77tljuc0lnsc5kqnypgg9kp2sa | 32-byte transaction hash (64 hex chars) | dbf6d8b644d446915bd3230fef1620d7455198de9c82242a78385fbf842d00f7 | |
| TAIKO | Taiko | taiko.xyz | EVM-style address (0x + 20-byte hex) | 0x6b8534df769924009f24b4191dfbe28aac542183 | 0x-prefixed 32-byte transaction hash | 0x4ba4e5422859e0eb09c8e9d3cec5bb1e993b5ffb629932f32d592990a74b8632 | |
| TAO | Bittensor | https://bittensor.com | Substrate SS58 address (Base58Check-like account encoding) | Substrate extrinsic ID (block height-extrinsic index) | |||
| THETA | Theta Network | www.thetatoken.org | EVM-style address (0x + 20-byte hex) | 0x4bcfdb05b0094292d47931f17e3c2654069a72fa | 0x-prefixed 32-byte transaction hash | 0xf3ce7a3b07fd27be08368db43143d0cb9ff8f2f53cf2653e21b2a88ab667dea3 | |
| TIA | TIA Network | tia.network | Bech32-family address (HRP=celestia) | celestia1s2tq2w3mvlw9quj8895efeaynew4pg3my3w9pj | 867222921 | 32-byte transaction hash (64 hex chars) | D3F5AA0F63F005EA7AC2BC160E41AB6396E91FC8013236B672494ABDD65F6BEC |
| TOMB | Tomb Finance | tomb.finance | |||||
| TON | TON (The Open Network) | ton.org | TON user-friendly address (36-byte, Base64url) | UQoVpsX1f0XKPe74hS_gISjZiKKitnj9LgaG28Glxx7LP6jK | 32-byte transaction hash (64 hex chars) | d428c67b5758ba432de1384e4d7cb3cf0c38181a4236a8cf638403a0e3a358c2 | |
| TRON | Tron | tron.network | |||||
| TT | ThunderCore | thundercore.com | |||||
| VANA | Vana | vana.com | EVM-style address (0x + 20-byte hex) | 0xbcc643a92c7476a83ab9ca9114b3dddbcb52a329 | 0x-prefixed 32-byte transaction hash | 0x79dd3cafffbd58dc55554a93cf8c6897ba5b0555fc0658ad30655af2ab724638 | |
| VET | VeChain | www.vechain.org | EVM-style address (0x + 20-byte hex) | 0x495f2d5cdc3ff231637caa8941f8f279b504e318 | 0x-prefixed 32-byte transaction hash | 0x08c1cb83c1826ebf16c9d9620bac73491818d71a2bcd86754a30bf6067948a5b | |
| VIA | Viacoin | viacoin.org | Base58/Base58Check-style address (34 chars) | VhyXDgUfdRvPie5HvdMJ8xj9NP8a7v7oHz | 32-byte transaction hash (64 hex chars) | 282d5a851266299ae0eccf57670282c2130d6984ec0288da2fd7ae803125b6d1 | |
| VIC | Viction | https://viction.xyz | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| VITE | Vite | vite.org | Base64url-style address/identifier (55 chars) | vite_8f9dffe99d9818174f4f7058742dfbdbbb234240ed86ab3f47 | 731532561 | 32-byte transaction hash (64 hex chars) | 947d113ae7741c398f391037d0a3d5e5fd690da07b6f2a189db1a6cc5cfd2db5 |
| VLX | Velas | velas.com | |||||
| WAN | Wanchain | wanchain.org | EVM-style address (0x + 20-byte hex) | 0xd6bd9e58e7542d08b779ab281da467367309f4d8 | 0x-prefixed 32-byte transaction hash | 0x8ae48afd73df1ff3eb51937ad20487db86fe3db3d002e6b426f3bb447867fcd7 | |
| WAVES | Waves | waves.tech | decimal transaction/block/operation identifier | 510430917838 | |||
| WAX | WAX | wax.io | Base58/Base58Check-style address (12 chars) | C+rw8X8B3k63 | 507259097 | 32-byte transaction hash (64 hex chars) | c3b891a505cf3e18e0c774e93d258c47b36f311d03cf84092f5f3fea269bf95d |
| WEMIX | Wemix | wemix.com | |||||
| WLD | Worldcoin | worldcoin.org | EVM-style address (0x + 20-byte hex) | 0xc17eb5c6bd20d922a4ca59a9e3e4bbf6d8b83362 | 0x-prefixed 32-byte transaction hash | 0xc6c2916ead010fdcd87f3dda0412d6e76bd8e6c834f49cfb60bbc7fbb11471ab | |
| WTC | Waltonchain | www.waltonchain.org | EVM-style address (0x + 20-byte hex) | 0x1d0149868d77f8171adb037717b9ba436626b22e | 0x-prefixed 32-byte transaction hash | 0x1eea3cca3617eea8d7bbe3a9d2b2d6e4bf7dcf8a4cef07789b12528b324bcedd | |
| XAI | XAI Network | xai.network | EVM-style address (0x + 20-byte hex) | 0xfed6c237dade02f386d235eeac65a64709632f98 | decimal transaction/block/operation identifier | 886691246154 | |
| XDAI | Gnosis Chain | https://www.gnosischain.com | EVM-style address (0x + 20-byte hex) | 0x-prefixed 32-byte transaction hash | |||
| XDC | XDC Network | xdc.org | |||||
| XEC | eCash | www.e.cash | custom network-specific address format | ecash:q7q4tlft5ucqmgpyp1uc4gj3v6tk9sxt1mdy55vkz5 | 32-byte transaction hash (64 hex chars) | f6a08fe2fe9744406b903ab92f233fd5714c51b738947094c558247330562b82 | |
| XEM | NEM | nem.io | NEM address (Base32 encoding) | NADNVGJ26NBQYE1UTQFF4S1P4MSOPC2T06T0I1D2 | 275062463 | 32-byte transaction hash (64 hex chars) | aa95727ddbf1cd05171eba3624ff7e5ed3f36807f709cbc325be1ad5a2350f1d |
| XLAYER | xLayer | xlayer.io | |||||
| XLM | Stellar Lumens | www.stellar.org | Stellar StrKey account (Base32-encoded Ed25519 public key) | G6LUT7ZFQWEHH6I9KYUSYCC94NV7GF08KGWCSKJZBYGP4X270GRIYP3V | 671770266 | 32-byte transaction hash (64 hex chars) | f93c4a864bc2748b1093ddb4d815b35fcbe6a70a6db27cb21e290ed0b926b811 |
| XMR | Monero | www.getmonero.org | decimal transaction/block/operation identifier | 984862734669 | |||
| XNO | Nano | nano.org | |||||
| XOR | Sora | sora.org | |||||
| XPL | Plasma Network | plasma.to | |||||
| XPRT | Persistence One | persistence.one | |||||
| XRP | XRP Ledger | xrpl.org | XRP Ledger classic address (Ripple Base58Check) | riPNX8hiNfmuNYZM8cNrAs8GNkwKZweNft | 495812108 | 32-byte transaction hash (64 hex chars) | 346523B1049ED2F50AB6B22B4641A3AACE9FB104B2E16CF2DBD1DB0382952A14 |
| XTER | Xterio | www.xter.io | |||||
| XTZ | Tezos | tezos.com | Tezos implicit account address (Base58Check) | tz2fYCig4M4d7KEes3dRscGpzw4FhCkX7Fa4 | Tezos operation hash (Base58Check) | -5a04l35WF49-1p6nhmM3z91LYJrTdRvG4isH-5pQW0FLTobWEC | |
| XVG | Verge | vergecurrency.com | Base58/Base58Check-style address (34 chars) | D5qiczxrSRJYdbcCHtTVwyemdvXWDtomJy | decimal transaction/block/operation identifier | 619836584049 | |
| XYM | Symbol | symbolplatform.com | decimal transaction/block/operation identifier | 438575953957 | |||
| XZC | Zcoin | zcoin.io | decimal transaction/block/operation identifier | 75299270904 | |||
| YOYO | Yoyow | yoyow.org | |||||
| ZEC | Zcash | z.cash | Bech32-family address (HRP=tex) | tex12w4sjpnpldh6662q3knvxzd3h204f47y7aqn78 | 32-byte transaction hash (64 hex chars) | 85c49c93353f49517f2610f58b8c5706d002b0d89791eedbc625e7f344f6ee1f | |
| ZEN | Horizen | horizen.global | decimal transaction/block/operation identifier | 374596909937 | |||
| ZETA | ZetaChain | zetachain.com | |||||
| ZF | ZKSwap | zks.org | |||||
| ZIL | Zilliqa | www.zilliqa.com | decimal transaction/block/operation identifier | 755741501120 | |||
| ZIRCUIT | Zircuits | N/A | EVM-style address (0x + 20-byte hex) | 0x11fa23ee72bcee78b02ca91e3e4b866777b17d48 | 0x-prefixed 32-byte transaction hash | 0xcb11115ac95d2f90aa642dd6ac30c4108f7d3d72748b3a48fd56f3a90775b663 | |
| ZKF | ZK Fair | zkfair.io | |||||
| ZKL | zkLink Nova | zklink.io | |||||
| ZKSYNCERA | zkSync Era | era.zksync.io | EVM-style address (0x + 20-byte hex) | 0x6b73e45bb5ef433ff59d1e72a29243dd1ae4b997 | 0x-prefixed 32-byte transaction hash | 0xc9a9022887cfe9efb524c7f8efc5121323cbd2e0c09a51ab43a8ef0bbbe5f23f |