Cancel a Binance Options block trade order
Source:R/endpoints-options-market-maker.R
options_cancel_block_trade_order.RdCancel a Binance Options block trade order
Usage
options_cancel_block_trade_order(
block_order_matching_key,
config = config_options()
)Arguments
- block_order_matching_key
Block trade matching key.
- config
An options configuration created by
config_options().