cex_io_ticker: cex_io_ticker

View source: R/cex_io.R

cex_io_tickerR 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)

cryptotrackr documentation built on June 22, 2024, 10:39 a.m.