Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.55 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.55 KB

CoinAPI-SDK

GitHub language count

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

Repository organization

Directory Description
data-sdk SDK for CoinAPI Market Data API
oeml-sdk SDK for CoinAPI OEML API (Order and Execution Management Layer)
cryptotick-samples Examples related to processing CryptoTick GZIP+CSV flat files

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
(GitHub Packages)
REST io.coinapi.rest.v1 https://github.com/coinapi/coinapi-sdk/packages/397337
Java Maven
(GitHub Packages)
WebSocket io.coinapi.websocket.v1 https://github.com/coinapi/coinapi-sdk/packages/397352
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.