Skip to content
Trevor French edited this page Mar 3, 2024 · 13 revisions

CRAN status DOI CRAN RStudio mirror downloads

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 amberdata πŸ“œ 🏒 /R/amberdata.R
binance_us Binance.US binance_us πŸ“œ 🏒 /R/binance_us.R
blockchain_dot_com Blockchain.com blockchain_dot_com πŸ“œ 🏒 /R/blockchain_dot_com.R
cex_io CEX.IO cex_io πŸ“œ 🏒 /R/cex_io.R
coinbase Coinbase coinbase πŸ“œ 🏒 /R/coinbase.R
coingecko CoinGecko coingecko πŸ“œ 🏒 /R/coingecko.R
coinlist Coinlist coinlist πŸ“œ 🏒 /R/coinlist.R
coinmarketcap CoinMarketCap coinmarketcap πŸ“œ 🏒 /R/coinmarketcap.R
covalent Covalent Covalent πŸ“œ 🏒 /R/covalent.R
crypto_dot_com Crypto.com crypto_dot_com πŸ“œ 🏒 /R/crypto_dot_com.R
etherscan Etherscan etherscan πŸ“œ 🏒 /R/etherscan.R
gemini Gemini gemini πŸ“œ 🏒 /R/gemini.R
huobi Huobi huobi πŸ“œ 🏒 /R/huobi.R
kraken Kraken kraken πŸ“œ 🏒 /R/kraken.R
kucoin Kucoin kucoin πŸ“œ 🏒 /R/kucoin.R
magic_eden Magic Eden magic_eden πŸ“œ 🏒 /R/magic_eden.R
nifty_gateway Nifty Gateway nifty_gateway πŸ“œ 🏒 /R/nifty_gateway.R
okcoin OkCoin okcoin πŸ“œ 🏒 /R/okcoin.R
paxos Paxos (itBit) paxos πŸ“œ 🏒 /R/paxos.R
solana 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.