Binance Connector JS
    Preparing search index...

    Request parameters for openInterest operation in WebsocketMarketStreamsApi. OpenInterestRequest

    interface OpenInterestRequest {
        expirationDate: string;
        id?: string;
        underlyingAsset: string;
    }
    Index

    Properties

    expirationDate: string

    The expirationDate parameter

    WebsocketMarketStreamsApiOpenInterest

    id?: string

    Unique WebSocket request ID.

    WebsocketMarketStreamsApiOpenInterest

    underlyingAsset: string

    The underlyingAsset parameter

    WebsocketMarketStreamsApiOpenInterest