Welcome to the CoinAPI SDK. This repository contain SDK for our API documented at https://docs.coinapi.io/
In this repository you can find libraries that will help you use our API with minimal development effort from languages like:
- Python
- R
- Matlab
- C#
- C++
- .NET
- Java
- Ruby
- Go
- JavaScript
- TypeScript
- Node.js
- PHP
- Haskell
- Objective-C
- Swift
Feel free to make Pull Request with proposed changes or create an Issue on which we respond as soon as possible.
- 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.