Learn R Programming

binancer (version 1.2.0)

binance_all_orders: Fetch all orders from the Binance account

Description

Fetch all orders from the Binance account

Usage

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

Run this code
# NOT RUN {
binance_all_orders('ARKETH')
binance_all_orders('ARKBTC', order_id = '123456')
# }

Run the code above in your browser using DataLab