Binance Connector JS
    Preparing search index...

    For assets that are quote assets, USDT/USDC/BTC

    AccountInformationV3ResponseAssetsInner

    interface AccountInformationV3ResponseAssetsInner {
        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.

    AccountInformationV3ResponseAssetsInner

    availableBalance?: string

    Available balance.

    AccountInformationV3ResponseAssetsInner

    crossUnPnl?: string

    Unrealized PnL for cross positions.

    AccountInformationV3ResponseAssetsInner

    crossWalletBalance?: string

    Cross wallet balance.

    AccountInformationV3ResponseAssetsInner

    initialMargin?: string

    Total initial margin requirement.

    AccountInformationV3ResponseAssetsInner

    maintMargin?: string

    Maintenance margin requirement.

    AccountInformationV3ResponseAssetsInner

    marginBalance?: string

    Margin balance.

    AccountInformationV3ResponseAssetsInner

    maxWithdrawAmount?: string

    Maximum transferable/withdrawable amount.

    AccountInformationV3ResponseAssetsInner

    openOrderInitialMargin?: string

    Initial margin required for open orders.

    AccountInformationV3ResponseAssetsInner

    positionInitialMargin?: string

    Initial margin required for positions.

    AccountInformationV3ResponseAssetsInner

    unrealizedProfit?: string

    Unrealized profit.

    AccountInformationV3ResponseAssetsInner

    updateTime?: number | bigint

    Last update time in milliseconds.

    AccountInformationV3ResponseAssetsInner

    walletBalance?: string

    Wallet balance.

    AccountInformationV3ResponseAssetsInner