TrevorFrench / cryptotrackr

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.
Other
28 stars 1 forks source link
bitcoin blockchain crypto cryptocurrency finance r

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.