Cancel all Binance Options orders for a symbol
Source:R/endpoints-options-trade.R
options_cancel_all_orders.RdCancel all Binance Options orders for a symbol
Usage
options_cancel_all_orders(symbol, config = config_options())Arguments
- symbol
Option symbol, for example
"BTC-200730-9000-C".- config
An options configuration created by
config_options().