- Download
wscat
npm package (https://www.npmjs.com/package/wscat) usingnpm install -g wscat
command - Establish connection to us by command
wscat --connect wss://ws.coinapi.io/v1/
- Send this json
{ "type": "hello", "apikey": "TYPE_YOUR_API_KEY_HERE", "heartbeat": false, "subscribe_data_type": ["trade", "quote", "book50"] }
- Right now you are receiving messages
Feel free to continue the effort to extend the coverage of this SDK.