Binance Connector JS
    Preparing search index...

    AccountInformationV2ResponseResultAssetsInner

    interface AccountInformationV2ResponseResultAssetsInner {
        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

    AccountInformationV2ResponseResultAssetsInner

    availableBalance?: string

    available balance, only for USDT asset

    AccountInformationV2ResponseResultAssetsInner

    crossUnPnl?: string

    unrealized profit of crossed positions

    AccountInformationV2ResponseResultAssetsInner

    crossWalletBalance?: string

    crossed wallet balance

    AccountInformationV2ResponseResultAssetsInner

    initialMargin?: string

    total initial margin required with current mark price

    AccountInformationV2ResponseResultAssetsInner

    maintMargin?: string

    maintenance margin required

    AccountInformationV2ResponseResultAssetsInner

    marginAvailable?: boolean

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

    AccountInformationV2ResponseResultAssetsInner

    marginBalance?: string

    margin balance

    AccountInformationV2ResponseResultAssetsInner

    maxWithdrawAmount?: string

    maximum amount for transfer out, only for USDT asset

    AccountInformationV2ResponseResultAssetsInner

    openOrderInitialMargin?: string

    initial margin required for open orders with current mark price

    AccountInformationV2ResponseResultAssetsInner

    positionInitialMargin?: string

    initial margin required for positions with current mark price

    AccountInformationV2ResponseResultAssetsInner

    unrealizedProfit?: string

    unrealized profit

    AccountInformationV2ResponseResultAssetsInner

    updateTime?: number | bigint

    last update time

    AccountInformationV2ResponseResultAssetsInner

    walletBalance?: string

    wallet balance

    AccountInformationV2ResponseResultAssetsInner