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

    MarketDataApiOpenInterest

    underlyingAsset: string

    Underlying asset.

    MarketDataApiOpenInterest