Binance Connector JS
    Preparing search index...

    Interface QueryUserWalletBalanceRequest

    Request parameters for queryUserWalletBalance operation in AssetApi. QueryUserWalletBalanceRequest

    interface QueryUserWalletBalanceRequest {
        needBalanceDetail?: boolean;
        quoteAsset?: string;
        recvWindow?: number | bigint;
    }
    Index

    Properties

    needBalanceDetail?: boolean

    Whether to return the per-asset balance detail for each wallet. When false or omitted, the response is unchanged from current behavior.

    AssetApiQueryUserWalletBalance

    quoteAsset?: string

    AssetApiQueryUserWalletBalance

    recvWindow?: number | bigint

    AssetApiQueryUserWalletBalance