Custom Websocket Client
Create Custom Websocket client to connect with CAYC Exchange Server
For an easier way to use websockets with CAYC Exchange
Requirements
Nodejs and NPM installed
Nodejs version >= 12
Install Websocket client library
Public Usage
You need to import ws
library and create a connection with CAYC Exchange, For e.g
Private Usage
You need to authenticate through the api either using Bearer token or with API key and Secret which you can obtain from the guide
API Expires field just used to define the validity of the connection.
For a detailed documentation and to learn how it works with CAYC Network, Please visit the Repository
Last updated