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.
Trevor French https://trevorfrench.com
Install the cryptotrackr package via CRAN:
install.packages("cryptotrackr")
You can also install the package via the Github repository.
install.packages("remotes")
::install_github("TrevorFrench/cryptotrackr") remotes
cryptotrackr is dependent on the following packages: httr, jsonlite, stringi, openssl, utils, digest
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 |
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
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.