Fetch open orders from the Binance account

binance_open_orders(symbol)

Arguments

symbol

optional string

Value

data.table

Examples

if (FALSE) {
binance_open_orders('ARKETH')
binance_open_orders() # all symbols - binance.weight 40
}