Subscribing to all transactions of a Token
This example illustrates subscribing to all transactions of a token on Raydium
So far we were streaming all transaction of a Solana address. Now imagine, if you want all transactions of a token, but only on Raydium V4. You don't want transactions of that token on Orca or any other dex. In this case we will use a new field accountRequired.
This lets you add another layer of filter, now gRPC will stream you transactions of that token only if it has Raydium V4 address in it.
Last updated
Was this helpful?