There was an error while loading. Please reload this page.
1 parent 8581ad9 commit 1e4064eCopy full SHA for 1e4064e
1 file changed
docs/sdk-and-tools/rest-api/ws-subscriptions.md
@@ -25,7 +25,7 @@ Subscribers receive events strictly as they occur on the blockchain, filtered by
25
* **Behavior:** You are notified immediately when a new event matches your filter.
26
* **Content:** Data flows in real-time from the moment of subscription.
27
* **Duplicates:** **No duplicate events are sent.** You receive each item exactly once.
28
-* **Available Streams:** Only `CustomTransactions` and `CustomEvents` are supported in this mode.
+* **Available Streams:** Only `Transactions` and `Events` are supported in this mode.
29
30
## Rest API models compatibility
31
The MultiversX WebSocket Subscription API provides real-time blockchain data identical in structure to REST API responses:
0 commit comments