What programming languages are supported by CoinAPI?
CoinAPI is language-agnostic—you can use it with any programming language that supports HTTP requests and JSON parsing.
To make development easier, we provide official SDKs and code examples in our GitHub repository for the following languages:
- Python
- R
- MATLAB
- C#.NET
- C++
- Java
- Ruby
- Go
- JavaScript / TypeScript / Node.js
- PHP
- Haskell
- Objective-C
These SDKs cover common integration patterns for REST, WebSocket, and FIX APIs.
Was this section helpful?