Cancel all Binance Options orders by underlying
Source:R/endpoints-options-trade.R
options_cancel_all_orders_by_underlying.RdCancel all Binance Options orders by underlying
Usage
options_cancel_all_orders_by_underlying(underlying, config = config_options())Arguments
- underlying
Underlying symbol, for example
"BTCUSDT".- config
An options configuration created by
config_options().