An Interface to Crypto Data Sources.
cryptotrackr
📖 Description
cryptotrackr allows you to connect to data sources across the crypto ecosystem. This data can enable a range of activity such as portfolio tracking, programmatic trading, or industry analysis.
✍️ Author / Maintainer
Trevor French https://trevorfrench.com
⏬ Installation
Install the cryptotrackr package via CRAN:
install.packages("cryptotrackr")
You can also install the package via the Github repository.
install.packages("remotes")
remotes::install_github("TrevorFrench/cryptotrackr")
⚓ Dependencies
cryptotrackr is dependent on the following packages: httr, jsonlite, stringi, openssl, utils, digest
Supported Data Sources
Logo | Name | Code | cryptotrackr Docs | Exchange Docs | Source Code |
---|---|---|---|---|---|
Amberdata | amberdata | 📜 | 🏢 | /R/amberdata.R | |
Binance.US | binance_us | 📜 | 🏢 | /R/binance_us.R | |
Blockchain.com | blockchain_dot_com | 📜 | 🏢 | /R/blockchain_dot_com.R | |
CEX.IO | cex_io | 📜 | 🏢 | /R/cex_io.R | |
Coinbase | coinbase | 📜 | 🏢 | /R/coinbase.R | |
CoinGecko | coingecko | 📜 | 🏢 | /R/coingecko.R | |
Coinlist | coinlist | 📜 | 🏢 | /R/coinlist.R | |
CoinMarketCap | coinmarketcap | 📜 | 🏢 | /R/coinmarketcap.R | |
Covalent | Covalent | 📜 | 🏢 | /R/covalent.R | |
Crypto.com | crypto_dot_com | 📜 | 🏢 | /R/crypto_dot_com.R | |
Etherscan | etherscan | 📜 | 🏢 | /R/etherscan.R | |
Gemini | gemini | 📜 | 🏢 | /R/gemini.R | |
Huobi | huobi | 📜 | 🏢 | /R/huobi.R | |
Kraken | kraken | 📜 | 🏢 | /R/kraken.R | |
Kucoin | kucoin | 📜 | 🏢 | /R/kucoin.R | |
Magic Eden | magic_eden | 📜 | 🏢 | /R/magic_eden.R | |
Nifty Gateway | nifty_gateway | 📜 | 🏢 | /R/nifty_gateway.R | |
OkCoin | okcoin | 📜 | 🏢 | /R/okcoin.R | |
Paxos (itBit) | paxos | 📜 | 🏢 | /R/paxos.R | |
Solana | solana | 📜 | 🏢 | /R/solana.R |
🔨 Contributing
Contributions are encouraged!
Feel free to add your own functionality, report an issue, or pick up an issue here: Issue Board
Be sure to check out our contribution guide here: Contribution Guide
License
MIT License
Copyright (c) 2022 Trevor French
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.