Skip to main content
All streams emit events with "event": "update". Subscribe using the stream name and required filters via the session bootstrap.

SVM (Solana) streams

StreamFiltersDescription
svm.token.swapstokenAddress (required)Real-time swap events for a token
svm.token.poolInfotokenAddress (required)Pool liquidity and info updates
svm.token.balancestokenAddress (required)Token-scoped balance updates
svm.token.distributionStatstokenAddress (required)Token holder distribution statistics
svm.token.holderStatstokenAddress (required)Holder count and concentration stats
svm.wallet.nativeBalancewalletAddress (required)SOL balance updates for a wallet
svm.wallet.tokenBalanceswalletAddress (required)SPL token balance updates for a wallet
svm.bondingCurve.creationsnoneNew bonding curve token launches
svm.bondingCurve.graduationsnoneTokens graduating from bonding curves to pools

EVM streams

StreamFiltersDescription
evm.token.swapschainId (required), tokenAddress (required)Real-time swap events for a token
evm.token.poolInfochainId (required), tokenAddress (required)Pool liquidity and info updates
evm.token.balanceschainId (required), tokenAddress (required)Token-scoped balance updates
evm.wallet.nativeBalancewalletAddress (required)Native token balance updates for a wallet
evm.wallet.tokenBalanceswalletAddress (required)ERC-20 token balance updates for a wallet

Alpha signal streams

StreamVisibilityFiltersDescription
alpha.signalFeed.globalPublicnoneGlobal trading signal feed
alpha.signalFeed.personalPresencenoneYour personalized signal feed
alpha.signalFeed.profilePresenceprofileId (required)Signals scoped to a specific profile
alpha.signalFeed.namedPresencefeedId (required)Signals from a named feed
alpha.personalPresencenonePersonal alpha messages

Portfolio & automation streams

StreamVisibilityFiltersDescription
portfolio.notificationsPresencenonePortfolio update notifications (trades, balance changes)
automation.updatesPresencenoneAutomation trigger status updates

Filter reference

Filter typeFieldsUsed by
SvmTokenFiltertokenAddresssvm.token.* streams
SvmWalletFilterwalletAddresssvm.wallet.* streams
EvmTokenFilterchainId, tokenAddressevm.token.* streams
EvmWalletFilterwalletAddressevm.wallet.* streams
AlphaProfileFilterprofileIdalpha.signalFeed.profile
AlphaNamedFeedFilterfeedIdalpha.signalFeed.named
Use the GET /api/v2/ws/streams endpoint to get the live catalog with full payload schemas at any time.