binance_open_orders {binancer}R Documentation

Fetch open orders from the Binance account

Description

Fetch open orders from the Binance account

Usage

binance_open_orders(symbol)

Arguments

symbol

optional string

Value

data.table

Examples

## Not run: 
binance_open_orders('ARKETH')
binance_open_orders() # all symbols - binance.weight 40

## End(Not run)

[Package binancer version 1.2.0 Index]