Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhftbootcamp/cryptoexchangeapis.jl
CryptoExchangeAPIs is a library written in Julia that combines API wrappers from various exchanges, simplifying access to market 💹 data
https://github.com/bhftbootcamp/cryptoexchangeapis.jl
apis cryptocurrency exchange
Last synced: about 1 month ago
JSON representation
CryptoExchangeAPIs is a library written in Julia that combines API wrappers from various exchanges, simplifying access to market 💹 data
- Host: GitHub
- URL: https://github.com/bhftbootcamp/cryptoexchangeapis.jl
- Owner: bhftbootcamp
- License: apache-2.0
- Created: 2024-03-22T12:10:25.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-24T02:59:08.000Z (3 months ago)
- Last Synced: 2025-01-05T10:05:16.925Z (about 1 month ago)
- Topics: apis, cryptocurrency, exchange
- Language: Julia
- Homepage:
- Size: 2.56 MB
- Stars: 20
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![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
Futures
CryptoExchangeAPIs.Aevo.Futures
Futures
![]()
Binance
Spot
CryptoExchangeAPIs.Binance.Spot
Spot
![]()
Binance
USD-M Futures
CryptoExchangeAPIs.Binance.USDMFutures
USD-M Futures
![]()
Binance
Coin-M Futures
CryptoExchangeAPIs.Binance.CoinMFutures
Coin-M Futures
![]()
Bitfinex
Spot
CryptoExchangeAPIs.Bitfinex.Spot
Spot
![]()
Bithumb
Spot
CryptoExchangeAPIs.Bithumb.Spot
Spot
![]()
Bybit
Spot
CryptoExchangeAPIs.Bybit.Spot
Spot
![]()
Coinbase Exchange
Spot
CryptoExchangeAPIs.Coinbase.Spot
Spot
![]()
Cryptocom
Spot
CryptoExchangeAPIs.Cryptocom.Spot
Spot
![]()
Deribit
Common
CryptoExchangeAPIs.Deribit.Common
Common
![]()
Gate.io
Spot
CryptoExchangeAPIs.Gateio.Spot
Spot
![]()
Gate.io
Futures
CryptoExchangeAPIs.Gateio.Futures
Futures
![]()
Huobi
Spot
CryptoExchangeAPIs.Huobi.Spot
Spot
![]()
Kraken
Spot
CryptoExchangeAPIs.Kraken.Spot
Spot
![]()
Kucoin
Spot
CryptoExchangeAPIs.Kucoin.Spot
Spot
![]()
Kucoin
Futures
CryptoExchangeAPIs.Kucoin.Futures
Futures
![]()
Okex
Spot
CryptoExchangeAPIs.Okex.Spot
Spot
![]()
Poloniex
Spot
CryptoExchangeAPIs.Poloniex.Spot
Spot
![]()
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.