What you get
Choose the supported Binance Square accounts you want to follow. TweetStream sends their posts, replies, and quotes over WebSocket, with a clear `binance_square` platform marker for your routing logic. These selections stay separate from your tracked X accounts and do not use an X account slot. Square content is live only and is not stored in history.
Use cases
Selected account monitoring
Follow supported founders, executives, and official accounts without refreshing Binance Square throughout the day.
Trading bot input
Send posts, replies, and quotes into classification, risk, and alerting code as structured events.
Platform-aware routing
Handle Square and X in one WebSocket client while keeping each platform explicit in your routing logic.
Team alerts
Forward matching account activity to applicable Discord routes or an internal trading dashboard.
How it works
- Choose supported accounts - Open the Binance Square catalog in TweetStream and turn on the public accounts your strategy follows.
- Receive live activity - New posts, replies, and quotes arrive on your existing WebSocket with `binance_square` in the platform field.
- Route the posts that matter - Filter by account and content kind, then send the events to your bot, alert queue, or applicable Discord route.
Compare your options
Build with TweetStream
Connect the monitor to your bot
Use the catalog endpoint to list supported accounts, save account settings, and decode Binance Square content without treating it as X traffic.
Read the Binance Square integration guideCommon questions
TweetStream is independent and is not affiliated with, endorsed by, or sponsored by Binance. This is not the official Binance Square API. It is a focused monitor for supported public accounts. WebSocket quickstart.