binance_mytrades: Get trades for a specific symbol on the Binance account

Description Usage Arguments Value Examples

View source: R/binance.R

Description

Get trades for a specific symbol on the Binance account

Usage

1
binance_mytrades(symbol, limit, from_id, start_time, end_time)

Arguments

symbol

string

limit

optional int number of trades to fetch

from_id

optional trade id to fetch from

start_time

optional POSIX timestamp

end_time

optional POSIX timestamp

Value

data.table

Examples

1
2
3
4
5
## Not run: 
binance_mytrades('ARKETH')
binance_mytrades(c('ARKBTC', 'ARKETH'))

## End(Not run)

binancer documentation built on Nov. 30, 2021, 1:07 a.m.