Get a current open Binance Futures order
Source:R/endpoints-futures-trade.R
futures_get_open_order.RdGet a current open Binance Futures order
Usage
futures_get_open_order(
symbol,
order_id = NULL,
orig_client_order_id = NULL,
config = config_futures()
)Arguments
- symbol
Trading pair symbol, for example
"ETHUSDT".- order_id
Optional exchange order ID.
- orig_client_order_id
Optional client order ID.
- config
A futures configuration created by
config_futures().