Learn R Programming

binancer (version 1.2.0)

binance_query_order: Query order on the Binance account

Description

Query order on the Binance account

Usage

binance_query_order(symbol, order_id, client_order_id)

Arguments

symbol

string

order_id

optional number

client_order_id

optional string

Value

data.table

Examples

Run this code
# NOT RUN {
binance_query_order('ARKETH')
binance_query_order('ARKBTC', client_order_id = 'myOrder7')
# }

Run the code above in your browser using DataLab