Subscribing to all transactions of multiple addresses
Subscribe requests for monitoring transactions across Multiple Accounts using Solana gRPC
A subscribe request defines the type of updates you want using filters. Filters allow you to set specific conditions—like monitoring a particular wallet, account, or transaction type—ensuring that you only receive updates relevant to your needs. We can subscribe to transactions using the transactions filter.
The accountInclude
field is an array and can take multiple wallet addresses, and will subscribe to all transactions from them.
PreviousSubscribing to all transactions of a Liquidity PoolNextSubscribing to all transactions of a Token
Last updated
Was this helpful?