Binance Connector JS
    Preparing search index...

    AccountInformationResponseResultAssetsInner

    interface AccountInformationResponseResultAssetsInner {
        asset?: string;
        availableBalance?: string;
        crossUnPnl?: string;
        crossWalletBalance?: string;
        initialMargin?: string;
        maintMargin?: string;
        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 margin balance

    AccountInformationResponseResultAssetsInner

    crossUnPnl?: string

    total unrealized profit or loss of crossed positions

    AccountInformationResponseResultAssetsInner

    crossWalletBalance?: string

    wallet balance for crossed margin

    AccountInformationResponseResultAssetsInner

    initialMargin?: string

    total intial margin required with the latest mark price

    AccountInformationResponseResultAssetsInner

    maintMargin?: string

    maintenance margin

    AccountInformationResponseResultAssetsInner

    marginBalance?: string

    margin balance

    AccountInformationResponseResultAssetsInner

    maxWithdrawAmount?: string

    maximum amount for transfer out

    AccountInformationResponseResultAssetsInner

    openOrderInitialMargin?: string

    open orders intial margin required with the latest mark price

    AccountInformationResponseResultAssetsInner

    positionInitialMargin?: string

    positions margin required with the latest mark price

    AccountInformationResponseResultAssetsInner

    unrealizedProfit?: string

    unrealized profit or loss

    AccountInformationResponseResultAssetsInner

    updateTime?: number | bigint

    update time

    AccountInformationResponseResultAssetsInner

    walletBalance?: string

    total wallet balance

    AccountInformationResponseResultAssetsInner