Skip to content

coinapi/coinapi-sdk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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-api SDK for CoinAPI Market Data API
ems-cloud-mgmt-sdk SDK for CoinAPI Execution Management System Managed Cloud REST API
ems-gateway-rest-sdk SDK for CoinAPI Execution Management System REST API
ems-gateway-fix SDK for CoinAPI Execution Management System FIX API
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.