Binance Connector JS
    Preparing search index...

    GetPortfolioResponse

    interface GetPortfolioResponse {
        activePositionsCount?: number;
        chainId?: string;
        positions?: GetPortfolioResponsePositionsInner[];
        totalCostBasis?: string;
        totalCurrentValue?: string;
        totalPnl?: string;
        totalRealizedPnl?: string;
        totalUnrealizedPnl?: string;
        walletAddress?: string;
    }
    Index

    Properties

    activePositionsCount?: number

    GetPortfolioResponse

    chainId?: string

    GetPortfolioResponse

    GetPortfolioResponse

    totalCostBasis?: string

    GetPortfolioResponse

    totalCurrentValue?: string

    GetPortfolioResponse

    totalPnl?: string

    GetPortfolioResponse

    totalRealizedPnl?: string

    GetPortfolioResponse

    totalUnrealizedPnl?: string

    GetPortfolioResponse

    walletAddress?: string

    GetPortfolioResponse