The Global Digital Asset Exchange (GDAX) is a regulated
U.S. based exchange service for institutions and professional traders offering
digital currencies like Bitcoin, Ethereum and Litecoin for fiat currency.
Shiny-GDAX is an interactive market visualization tool for GDAX built using the
GDAX API and the Shiny
R package.
The following R packages are required to run Shiny-GDAX:
httr
jsonlite
shiny
shinythemes
dygraphs
xts
Only the first two packages are required to use the R GDAX API wrappers.
Shiny-GDAX is launched by running app.R
with Shiny's runApp
procedure:
$ Rscript -e "shiny::runApp('app.R')"
Alternatively, the application can be launched by running app.R
from RStudio.
- Websocket client
- Authenticated client
- Live price updates with websockets
- Trading interface
- Technical analysis indicators