/connections endpoint.
Endpoint
GET https://api.uniblock.dev/v1/wss/connections
Authentication
This endpoint requires your Uniblock API key in the request header.| Header | Value |
|---|---|
X-API-KEY | <YOUR_API_KEY> |
Current Limits
- Max Concurrent Connections:
10per API key.
Best Practices
- Connection Pooling: Reuse existing connections where possible instead of opening new connections for every subscription.
- Graceful Shutdown: Explicitly close WebSocket connections when they are no longer needed to stay within usage limits.
- Monitoring: Periodically poll the
/connectionsendpoint in large-scale distributed applications to avoid hitting hard caps.