binance_all_orders: Fetch all orders from the Binance account

Description Usage Arguments Value Examples

Description

Fetch all orders from the Binance account

Usage

1
binance_all_orders(symbol, order_id, start_time, end_time, limit)

Arguments

symbol

string

order_id

optional number

start_time

optional POSIX timestamp

end_time

optional POSIX timestamp

limit

optional int

Value

data.table

Examples

1
2
3
4
5
## Not run: 
binance_all_orders('ARKETH')
binance_all_orders('ARKBTC', order_id = '123456')

## End(Not run)

johnatasjmo/binanceusr documentation built on June 14, 2020, 12:15 a.m.