Extend a Binance Options block trade order
Source:R/endpoints-options-market-maker.R
options_extend_block_trade_order.RdExtends the block-order expiry by 30 minutes from the current time.
Usage
options_extend_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().