cex_io_ticker {cryptotrackr}R Documentation

cex_io_ticker

Description

cex_io_ticker

Usage

cex_io_ticker(symbol_1, symbol_2, timeout_seconds = 60)

Arguments

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.

Value

returns a list with basic trading information about your specified currency pair for the last 24 hours.

Examples

symbol_1 <- 'btc'
symbol_2 <- 'usd'
cex_io_ticker(symbol_1, symbol_2, 4.5)

[Package cryptotrackr version 1.3.3 Index]