binance_mytrades.Rd
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
optional POSIX timestamp
data.table
if (FALSE) {
binance_mytrades('ARKETH')
binance_mytrades(c('ARKBTC', 'ARKETH'))
}