Binance Connector JS
    Preparing search index...

    AccountInformationResponseResultAssetsInner

    interface AccountInformationResponseResultAssetsInner {
        asset?: string;
        availableBalance?: string;
        crossUnPnl?: string;
        crossWalletBalance?: string;
        initialMargin?: string;
        maintMargin?: string;
        marginAvailable?: boolean;
        marginBalance?: string;
        maxWithdrawAmount?: string;
        openOrderInitialMargin?: string;
        positionInitialMargin?: string;
        unrealizedProfit?: string;
        updateTime?: number | bigint;
        walletBalance?: string;
    }
    Index

    Properties

    asset?: string

    asset name

    AccountInformationResponseResultAssetsInner

    availableBalance?: string

    available balance, only for USDT asset

    AccountInformationResponseResultAssetsInner

    crossUnPnl?: string

    unrealized profit of crossed positions

    AccountInformationResponseResultAssetsInner

    crossWalletBalance?: string

    crossed wallet balance

    AccountInformationResponseResultAssetsInner

    initialMargin?: string

    total initial margin required with current mark price

    AccountInformationResponseResultAssetsInner

    maintMargin?: string

    maintenance margin required

    AccountInformationResponseResultAssetsInner

    marginAvailable?: boolean

    whether the asset can be used as margin in Multi-Assets mode

    AccountInformationResponseResultAssetsInner

    marginBalance?: string

    margin balance

    AccountInformationResponseResultAssetsInner

    maxWithdrawAmount?: string

    maximum amount for transfer out, only for USDT asset

    AccountInformationResponseResultAssetsInner

    openOrderInitialMargin?: string

    initial margin required for open orders with current mark price

    AccountInformationResponseResultAssetsInner

    positionInitialMargin?: string

    initial margin required for positions with current mark price

    AccountInformationResponseResultAssetsInner

    unrealizedProfit?: string

    unrealized profit

    AccountInformationResponseResultAssetsInner

    updateTime?: number | bigint

    reserved property, please ignore

    AccountInformationResponseResultAssetsInner

    walletBalance?: string

    wallet balance

    AccountInformationResponseResultAssetsInner