Binance Connector JS
    Preparing search index...

    Request parameters for getPortfolio operation in WalletApi. GetPortfolioRequest

    interface GetPortfolioRequest {
        activeOnly?: boolean;
        marketId?: number | bigint;
        marketTopicId?: number | bigint;
        recvWindow?: number | bigint;
        tokenId?: string;
        walletAddress: string;
    }
    Index

    Properties

    activeOnly?: boolean

    If true, return only active (unresolved) positions

    WalletApiGetPortfolio

    marketId?: number | bigint

    Filter by market ID. Must be > 0

    WalletApiGetPortfolio

    marketTopicId?: number | bigint

    Filter by market topic ID. Must be > 0

    WalletApiGetPortfolio

    recvWindow?: number | bigint

    Request validity window in milliseconds

    WalletApiGetPortfolio

    tokenId?: string

    Filter by prediction token ID

    WalletApiGetPortfolio

    walletAddress: string

    User's prediction wallet address

    WalletApiGetPortfolio