Billing and Rate Limits
How many credits does WebSocket events consume?
How many credits does WebSocket events consume?
How much faster are Enhanced Websockets vs. normal WebSockets?
How much faster are Enhanced Websockets vs. normal WebSockets?
Disconnects and Retries
Why are my Enhanced WebSockets connections disconnecting?
Why are my Enhanced WebSockets connections disconnecting?
- Implement health checks: Send pings every minute to keep connections alive
- Add reconnection logic: Automatically reconnect when disconnections occur
- Use proper connection management: Follow the patterns shown in our Enhanced WebSockets documentation
Using WebSockets
What is the maximum number of active WebSocket connections?
What is the maximum number of active WebSocket connections?
Why is my client not receiving some WebSocket updates?
Why is my client not receiving some WebSocket updates?
Can I subscribe to multiple accounts using the same WebSocket connection?
Can I subscribe to multiple accounts using the same WebSocket connection?
accountSubscribe using the same WebSocket connection.How do I subscribe to full transactions using WebSockets?
How do I subscribe to full transactions using WebSockets?
transactionDetails: "full" in your subscription options:logsSubscribe or signatureSubscribe methods depending on your monitoring needs. See our WebSocket guide for detailed examples of each subscription type.