powered by
cex_io_converter
cex_io_converter(symbol_1, symbol_2, amount, timeout_seconds = 60)
returns the converted amount denominated in symbol_2
the first currency in your pair
the second currency in your pair
the currency amount to convert denominated in symbol_1
seconds until the query times out. Default is 60.
symbol_1 <- 'btc' symbol_2 <- 'usd' amount <- '2.5' cex_io_converter(symbol_1, symbol_2, amount, 4.5)
Run the code above in your browser using DataLab