Binance Connector JS
    Preparing search index...

    Request parameters for ticker24HourByUnderlyingAssetAndExpirationData operation in WebsocketMarketStreamsApi. Ticker24HourByUnderlyingAssetAndExpirationDataRequest

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

    Properties

    expirationDate: string

    The expirationDate parameter

    WebsocketMarketStreamsApiTicker24HourByUnderlyingAssetAndExpirationData

    id?: string

    Unique WebSocket request ID.

    WebsocketMarketStreamsApiTicker24HourByUnderlyingAssetAndExpirationData

    underlyingAsset: string

    The underlyingAsset parameter

    WebsocketMarketStreamsApiTicker24HourByUnderlyingAssetAndExpirationData