Aevo Websocket API Operations can be categorized into 2, PUBLISH and SUBSCRIBE.
| Symbol | Name | Description |
|---|---|---|
PUB | PUBLISH | One time call to a specific op code. This similar to calling a HTTP request such as a GET or a POST request. |
SUB | SUBSCRIBE | Subscription to a channel. After subscribing successfully, the client will receive updates periodically from the server. |