Skip to content

Chain IDs Reference

Complete list of chain IDs and slugs used in the CryptaChain API.

EVM chains

Chain IDSlugNameStatus
1ethereumEthereumFully indexed
56bscBNB Smart ChainFully indexed
137polygonPolygon PoSFully indexed
42161arbitrumArbitrum OneFully indexed
10optimismOptimismFully indexed
8453baseBaseFully indexed
43114avalancheAvalanche C-ChainFully indexed
250fantomFantomFully indexed
100gnosisGnosis ChainFully indexed
59144lineaLineaFully indexed
324zksynczkSync EraFully indexed
534352scrollScrollFully indexed
5000mantleMantleFully indexed
81457blastBlastFully indexed
42220celoCeloFully indexed
1101polygon-zkevmPolygon zkEVMFully indexed
169mantaManta PacificPartially indexed
7777777zoraZoraPartially indexed
34443modeModePartially indexed

Non-EVM chains

SlugNameCoverage
bitcoinBitcoinUTXO indexed
solanaSolanaExplorer API
tronTRONFully indexed
cosmosCosmos HubExplorer API
xrpXRP LedgerExplorer API
cardanoCardanoExplorer API
polkadotPolkadotExplorer API
nearNEAR ProtocolExplorer API
aptosAptosExplorer API
suiSuiExplorer API

Using chain slugs

Always use the lowercase slug value in API calls:

GET /v1/wallets/{address}/transfers?chain=ethereum
GET /v1/wallets/{address}/transfers?chain=polygon
GET /v1/wallets/{address}/transfers?chain=bitcoin

Programmatic chain list

bash
curl https://api.cryptachain.com/v1/status/chains

Returns real-time status, latest block, and coverage level for every supported chain.

CryptaChain API — built by CryptaCount Luxembourg S.a r.l.