Binance Connector JS
    Preparing search index...

    TopTraderLongShortRatioAccountsResponseInner

    interface TopTraderLongShortRatioAccountsResponseInner {
        longAccount?: string;
        longShortRatio?: string;
        pair?: string;
        shortAccount?: string;
        timestamp?: number | bigint;
    }
    Index

    Properties

    longAccount?: string

    64.42%

    TopTraderLongShortRatioAccountsResponseInner

    longShortRatio?: string

    Long/short ratio.

    TopTraderLongShortRatioAccountsResponseInner

    pair?: string

    Pair

    TopTraderLongShortRatioAccountsResponseInner

    shortAccount?: string

    35.58%

    TopTraderLongShortRatioAccountsResponseInner

    timestamp?: number | bigint

    Timestamp in milliseconds.

    TopTraderLongShortRatioAccountsResponseInner