Binance Connector JS
    Preparing search index...

    Request parameters for openInterest operation in MarketDataApi. OpenInterestRequest

    interface OpenInterestRequest {
        expiration: string;
        underlyingAsset: string;
    }
    Index

    Properties

    expiration: string

    expiration date, e.g 221225

    MarketDataApiOpenInterest

    underlyingAsset: string

    underlying asset, e.g ETH/BTC

    MarketDataApiOpenInterest