/ws/stats to receive read-only MultiversX network snapshots without sending a subscribe message.
Endpoint
/ws for topic subscriptions and /ws/stats for push-only network snapshots.
Pushed Event
Fields
| Field | Meaning |
|---|---|
network.notarizedTps | Notarized transactions per second. |
network.currentAps | Current accounts-per-second signal from account delta ingestion. |
mempool.estimatedQueue | Estimated pending transaction queue. |
mempool.pressure | Queue pressure from 0 to 1. |
shards | Per-shard block and throughput metrics. |
Delivery
| Mode | Behavior |
|---|---|
| On connect | Sends the latest snapshot immediately. |
| Periodic | Default interval is about 6 s, clamped between 500 ms and 30 s. |
| Event-driven | New blocks or validator state changes can trigger a debounced push. |
Limits
| Limit | Value |
|---|---|
| Client messages | None; this endpoint is push-only. |
| Topic slots | None; /ws/stats does not consume /ws topic slots. |
| Reconnect | Open a new socket and wait for the initial snapshot. |

