![terminal](docs/src/assets/terminal.gif) # CryptoExchangeAPIs.jl [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://bhftbootcamp.github.io/CryptoExchangeAPIs.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bhftbootcamp.github.io/CryptoExchangeAPIs.jl/dev/) [![Build Status](https://github.com/bhftbootcamp/CryptoExchangeAPIs.jl/actions/workflows/Coverage.yml/badge.svg?branch=master)](https://github.com/bhftbootcamp/CryptoExchangeAPIs.jl/actions/workflows/Coverage.yml?query=branch%3Amaster) [![Coverage](https://codecov.io/gh/bhftbootcamp/CryptoExchangeAPIs.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bhftbootcamp/CryptoExchangeAPIs.jl) [![Registry](https://img.shields.io/badge/registry-Green-green)](https://github.com/bhftbootcamp/Green) 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](https://github.com/bhftbootcamp/Green) 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.