Binance Connector JS
    Preparing search index...

    Indicates that combined is set to true.

    AccountInformationResponseResult

    interface AccountInformationResponseResult {
        assets?: DerivativesTradingCoinFuturesWebsocketAPI.AccountInformationResponseResultAssetsInner[];
        canDeposit?: boolean;
        canTrade?: boolean;
        canWithdraw?: boolean;
        feeTier?: number | bigint;
        positions?: DerivativesTradingCoinFuturesWebsocketAPI.AccountInformationResponseResultPositionsInner[];
        updateTime?: number | bigint;
    }
    Index

    Properties

    Supported assets.

    AccountInformationResponseResult

    canDeposit?: boolean

    Whether deposits are enabled.

    AccountInformationResponseResult

    canTrade?: boolean

    Whether trading is enabled.

    AccountInformationResponseResult

    canWithdraw?: boolean

    Whether withdrawals are enabled.

    AccountInformationResponseResult

    feeTier?: number | bigint

    Fee tier level.

    AccountInformationResponseResult

    Position list.

    AccountInformationResponseResult

    updateTime?: number | bigint

    update time

    AccountInformationResponseResult