Skip to content

Commit 1e4064e

Browse files
committed
fix
1 parent 8581ad9 commit 1e4064e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sdk-and-tools/rest-api/ws-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Subscribers receive events strictly as they occur on the blockchain, filtered by
2525
* **Behavior:** You are notified immediately when a new event matches your filter.
2626
* **Content:** Data flows in real-time from the moment of subscription.
2727
* **Duplicates:** **No duplicate events are sent.** You receive each item exactly once.
28-
* **Available Streams:** Only `CustomTransactions` and `CustomEvents` are supported in this mode.
28+
* **Available Streams:** Only `Transactions` and `Events` are supported in this mode.
2929

3030
## Rest API models compatibility
3131
The MultiversX WebSocket Subscription API provides real-time blockchain data identical in structure to REST API responses:

0 commit comments

Comments
 (0)