Binance Connector JS
    Preparing search index...

    AccountInformationResponseResult

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

    Properties

    AccountInformationResponseResult

    canDeposit?: boolean

    AccountInformationResponseResult

    canTrade?: boolean

    AccountInformationResponseResult

    canWithdraw?: boolean

    AccountInformationResponseResult

    feeTier?: number

    AccountInformationResponseResult

    AccountInformationResponseResult

    updateTime?: number

    AccountInformationResponseResult