Supported Chains

The Notifications API allows you to receive real-time blockchain activity updates such as native transfers, token movements, NFT interactions, contract events, and fee payments — all via webhooks or web sockets.

Notification Types

The following event types are supported across different chains:

  • ADDRESS_EVENT — Triggered for any address-level event or transaction.
  • CONTRACT_ADDRESS_LOG_EVENT — Captures smart contract logs (EVM-based chains).
  • FAILED_TXS_PER_BLOCK — Detects failed transactions within a block.
  • INCOMING / OUTGOING_FUNGIBLE_TX — Detects ERC20 or equivalent token transfers.
  • INCOMING / OUTGOING_NATIVE_TX — Detects native currency transfers (ETH, MATIC, etc.).
  • INCOMING / OUTGOING_NFT_TX — Detects NFT transfers (ERC721 / ERC1155).
  • INCOMING / OUTGOING_MULTITOKEN_TX — Multi-token event detection (ERC1155).
  • INCOMING / OUTGOING_INTERNAL_TX — Tracks internal transactions (calls within a transaction).
  • PAID_FEE — Captures gas fee payments by an address.

Supported Chains

ChainTypeSupported Notifications
Ethereum MainnetEVMAll notification types
Polygon MainnetEVMAll notification types
BSC MainnetEVMAll notification types
Arbitrum OneEVMAll notification types
Optimism MainnetEVMAll notification types
Base MainnetEVMAll notification types
Berachain MainnetEVMAll notification types
Avalanche MainnetEVMAll notification types
Celo MainnetEVMAll notification types
Chiliz MainnetEVMAll notification types
Cronos MainnetEVMAll notification types
Fantom MainnetEVMAll notification types
Kaia MainnetEVMAll notification types
Klaytn CypressEVMAll notification types
Flare MainnetEVMAll notification types
Songbird MainnetEVMAll notification types
Unichain MainnetEVMAll notification types
Monad Testnet NewEVMAll notification types
Ethereum SepoliaEVMAll notification types
Ethereum HoleskyEVMAll notification types
Celo TestnetEVMAll notification types
BSC TestnetEVMAll notification types
Polygon AmoyEVMAll notification types
Flare Coston / Coston2EVMAll notification types
Kaia KairosEVMAll notification types
Klaytn BaobabEVMAll notification types

Other Supported Chains

ChainTypeSupported Notifications
Tezos MainnetNon-EVM13 notification types (no multi-token support)
Tron MainnetNon-EVM13 notification types (no multi-token support)
Solana MainnetSVM9 notification types (no internal or contract log events)
Ripple MainnetXRPL4 notification types (native transfers + paid fee)
Bitcoin MainnetUTXO3 notification types (native transfers only)
Litecoin MainnetUTXO3 notification types (native transfers only)
Dogecoin MainnetUTXO3 notification types (native transfers only)
Bitcoin Cash MainnetUTXO1 notification type (address event only)

Summary

Support LevelNotification CoverageExample Chains
🟢 Full SupportAll 15 typesEthereum, Polygon, BSC, Base, Arbitrum, Optimism
🟡 Partial Support9–13 typesSolana, Tron, Tezos
🔵 Native-Only Support3–4 typesBitcoin, Litecoin, Dogecoin, Ripple
Limited Support1 typeBitcoin Cash

Notifications FAQs

Which testnets are supported for Notifications?

The following testnets are supported for real-time notification tracking:

  • Ethereum Sepolia, Ethereum Holesky
  • Polygon Amoy
  • BSC Testnet, Celo Testnet
  • Flare Coston, Flare Coston2
  • Kaia Kairos, Klaytn Baobab
  • Monad Testnet
  • Avalanche Testnet, Optimism Testnet, Fantom Testnet
  • Base Sepolia
  • Tezos Testnet, Tron Testnet
  • Solana Devnet, Ripple Testnet
  • Bitcoin Testnet, Litecoin Testnet, Dogecoin Testnet
  • Bitcoin Cash Testnet
Why do some chains have fewer notification types?

Blockchain architectures differ in how they expose transaction and event data:

  • EVM chains support all notification types, including logs and internal calls.
  • SVM chains (Solana) support transfers and program events, but not internal calls.
  • UTXO chains (Bitcoin, Litecoin, Dogecoin) support native transfer tracking only.
  • XRPL (Ripple) supports native payments and fee tracking.
How fast are notifications delivered?

Notifications are typically delivered within 1–3 seconds of block confirmation, depending on the chain’s consensus and finality model.

Can I subscribe to multiple notification types for one address?

Yes — you can subscribe a single address to multiple event types such as native, token, and NFT transfers simultaneously. Manage all subscriptions easily via the Notifications API.

Which chains were recently added?
  • 🆕 Unichain Mainnet
  • 🆕 Berachain Mainnet
  • 🆕 Monad Testnet