The private information streams provides authenticated WebSocket push notifications for account-specific trading and account activity
Unlike public market data streams, private streams require WebSocket authentication after the connection is established. Once authenticated, the client can receive incremental updates for order events, balance changes, position changes, account configuration updates, and user trade details.
These streams are intended for clients who need real-time visibility of their own account activity, including order lifecycle changes, execution details, wallet balance movements, position updates, leverage configuration changes, and trade-level records.
Private stream messages are pushed as incremental updates, and relevant events include sequence numbers that can be used by clients to track ordering and detect missed updates where applicable.