Skip to contents

Get a Binance Futures order

Usage

futures_get_order(
  symbol,
  order_id = NULL,
  orig_client_order_id = NULL,
  config = config_futures()
)

get_fapi_trade_order(
  symbol,
  orderId = NULL,
  origClientOrderId = NULL,
  config = binxr_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().

orderId

Legacy alias for order_id.

origClientOrderId

Legacy alias for orig_client_order_id.

Value

A parsed list.