CryptoExchangeAPIs.jl

CryptoExchangeAPIs is a library written in Julia that combines API wrappers from various exchanges, simplifying access to market ๐Ÿ’น data
Author bhftbootcamp
Popularity
13 Stars
Updated Last
1 Month Ago
Started In
March 2024

terminal

CryptoExchangeAPIs.jl

Stable Dev Build Status Coverage Registry

CryptoExchangeAPIs is a library written in Julia that combines API wrappers from various exchanges, simplifying access to market ๐Ÿ’น data.

Installation

If you haven't installed our local registry yet, do that first:

] registry add https://github.com/bhftbootcamp/Green.git

Then, to install CryptoExchangeAPIs, simply use the Julia package manager:

] add CryptoExchangeAPIs

Supported Exchange APIs

# Exchange API Documentation Module Documentation
Aevo Logo Aevo Futures CryptoExchangeAPIs.Aevo.Futures Futures
Binance Logo Binance Spot CryptoExchangeAPIs.Binance.Spot Spot
Binance Logo Binance USD-M Futures CryptoExchangeAPIs.Binance.USDMFutures USD-M Futures
Binance Logo Binance Coin-M Futures CryptoExchangeAPIs.Binance.CoinMFutures Coin-M Futures
Bitfinex Logo Bitfinex Spot CryptoExchangeAPIs.Bitfinex.Spot Spot
Bithumb Logo Bithumb Spot CryptoExchangeAPIs.Bithumb.Spot Spot
Bybit Logo Bybit Spot CryptoExchangeAPIs.Bybit.Spot Spot
Coinbase Logo Coinbase Exchange Spot CryptoExchangeAPIs.Coinbase.Spot Spot
Cryptocom Logo Cryptocom Spot CryptoExchangeAPIs.Cryptocom.Spot Spot
Deribit Logo Deribit Common CryptoExchangeAPIs.Deribit.Common Common
Gateio Logo Gate.io Spot CryptoExchangeAPIs.Gateio.Spot Spot
Gateio Logo Gate.io Futures CryptoExchangeAPIs.Gateio.Futures Futures
Huobi Logo Huobi Spot CryptoExchangeAPIs.Huobi.Spot Spot
Kraken Logo Kraken Spot CryptoExchangeAPIs.Kraken.Spot Spot
Kucoin Logo Kucoin Spot CryptoExchangeAPIs.Kucoin.Spot Spot
Kucoin Logo Kucoin Futures CryptoExchangeAPIs.Kucoin.Futures Futures
Okex Logo Okex Spot CryptoExchangeAPIs.Okex.Spot Spot
Poloniex Logo Poloniex Spot CryptoExchangeAPIs.Poloniex.Spot Spot
Upbit Logo Upbit Spot CryptoExchangeAPIs.Upbit.Spot Spot

Contributing

Contributions to CryptoExchangeAPIs are welcome! If you encounter a bug, have a feature request, or would like to contribute code, please open an issue or a pull request on GitHub.