Binance Connector JS
    Preparing search index...

    QueryPnLResponse

    interface QueryPnLResponse {
        chainId?: string;
        pnl?: null | object;
        pnlList?: GetPortfolioResponsePositionsInner[];
        totalCount?: number;
        totalPnl?: string;
        totalRealizedPnl?: string;
        totalUnrealizedPnl?: string;
        walletAddress?: string;
    }
    Index

    Properties

    chainId?: string

    QueryPnLResponse

    pnl?: null | object

    QueryPnLResponse

    QueryPnLResponse

    totalCount?: number

    QueryPnLResponse

    totalPnl?: string

    QueryPnLResponse

    totalRealizedPnl?: string

    QueryPnLResponse

    totalUnrealizedPnl?: string

    QueryPnLResponse

    walletAddress?: string

    QueryPnLResponse