Skip to content

Chochi1/coinapi-sdk

 
 

Repository files navigation

CoinAPI-SDK

GitHub language count

Welcome to the CoinAPI SDK. This repository contain SDK for our API documented at https://docs.coinapi.io/

Package managers coverage

Language Package manager Protocol Package name Version/Link
C# NuGet REST CoinAPI.REST.V1 Nuget
C# NuGet WebSocket CoinAPI.WebSocket.V1 Nuget
Java Maven REST io.coinapi.rest.v1 Sonatype Nexus (Releases)
Java Maven WebSocket io.coinapi.websocket.v1 Sonatype Nexus (Releases)
Python3 PyPI REST coinapi.rest.v1 PyPI

Language coverage

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.

WebSocket connection example

  1. Download wscat npm package (https://www.npmjs.com/package/wscat) using npm install -g wscat command
  2. Establish connection to us by command wscat --connect wss://ws.coinapi.io/v1/
  3. Send this json { "type": "hello", "apikey": "TYPE_YOUR_API_KEY_HERE", "heartbeat": false, "subscribe_data_type": ["trade", "quote", "book50"] }
  4. Right now you are receiving messages

Unofficial SDK's

Feel free to continue the effort to extend the coverage of this SDK.

Releases

No releases published

Packages

No packages published

Languages

  • Java 33.9%
  • C# 18.4%
  • C++ 13.2%
  • Haskell 7.8%
  • Go 5.1%
  • JavaScript 4.2%
  • Other 17.4%