Learn R Programming

cryptotrackr (version 1.3.3)

binance_us_recent_trades: binance_us_recent_trades

Description

binance_us_recent_trades

Usage

binance_us_recent_trades(symbol, limit, timeout_seconds = 60)

Value

returns a dataframe containing the most recent trades executed for the designated currency pair on Binance US

Arguments

symbol

the trading pair for which you wish to retrieve data.

limit

the number of results to return. The maximum is 1,000.

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
symbol <- 'LTCBTC'
limit <- '1000'
binance_us_recent_trades(symbol, limit, 4.5)

Run the code above in your browser using DataLab