powered by
Get trades for a specific symbol on the Binance account
binance_mytrades(symbol, limit, from_id, start_time, end_time)
string
optional int number of trades to fetch
optional trade id to fetch from
optional POSIX timestamp
data.table
# NOT RUN { binance_mytrades('ARKETH') binance_mytrades(c('ARKBTC', 'ARKETH')) # }
Run the code above in your browser using DataLab