longbridge subscriptions
List your current active real-time quote subscriptions.
Basic Usage
bash
longbridge subscriptionsExamples
Check active subscriptions
bash
longbridge subscriptionsReturns all symbols you are currently subscribed to for real-time quote streaming, along with the subscription types (e.g. quote, depth, trades).
Debug missing push notifications
bash
# Check what symbols are subscribed in the current session
longbridge subscriptionsIf a real-time quote feed goes silent, run subscriptions to confirm the symbol is still active. Subscriptions are session-scoped — they reset each time you start a new session.
Notes
Returns an empty list if you have no active subscriptions. Subscriptions are created through the TUI (or programmatically via the OpenAPI SDK). They are session-scoped and reset when you log out or the session expires.