cex_io_ticker | R Documentation |
cex_io_ticker
cex_io_ticker(symbol_1, symbol_2, timeout_seconds = 60)
symbol_1 |
the first currency in your pair |
symbol_2 |
the second currency in your pair |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a list with basic trading information about your specified currency pair for the last 24 hours.
symbol_1 <- 'btc'
symbol_2 <- 'usd'
cex_io_ticker(symbol_1, symbol_2, 4.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.