powered by
cex_io_ticker
cex_io_ticker(symbol_1, symbol_2, timeout_seconds = 60)
returns a list with basic trading information about your specified currency pair for the last 24 hours.
the first currency in your pair
the second currency in your pair
seconds until the query times out. Default is 60.
symbol_1 <- 'btc' symbol_2 <- 'usd' cex_io_ticker(symbol_1, symbol_2, 4.5)
Run the code above in your browser using DataLab