Grabbing Live Data for BSC Token Transactions

Hello, I am wanting to listen and receive all transactions for a specific token on BSC either by Web Sockets or by api calls (Preferably WS). Is there currently a way for me to connect to a websocket on moralis and pass in the contract address of the token and listen for any and all transactions on that contract / token?

What service from moralis would provide that sort of functionality for me to use?

Thank you!

Hi, you can use sync address feature for Moralis Server for this particular use case:
https://docs.moralis.io/moralis-server/automatic-transaction-sync/historical-transactions#sync-and-watch-address

it will sync all the transactions in your Moralis Server db for a specific address that you specify