Operations

Aevo Websocket API Operations can be categorized into 2, PUBLISH and SUBSCRIBE.

SymbolNameDescription
PUB
PUBLISHOne time call to a specific op code. This similar to calling a HTTP request such as a GET or a POST request.
SUB
SUBSCRIBESubscription to a channel. After subscribing successfully, the client will receive updates periodically from the server.