Get Binance Options open interest
Usage
options_get_open_interest(
underlying_asset,
expiration,
json_list = FALSE,
config = config_options()
)Arguments
- underlying_asset
Underlying asset, for example
"BTCUSDT".- expiration
Expiration date, for example
"221225".- json_list
If
TRUE, return the parsed list instead of adata.table.- config
An options configuration created by
config_options().