binance_mytrades | R Documentation |
Get trades for a specific symbol on the Binance account
binance_mytrades(symbol, limit, from_id, start_time, end_time)
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 |
data.table
## Not run:
binance_mytrades('ARKETH')
binance_mytrades(c('ARKBTC', 'ARKETH'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.