Binance Connector JS
    Preparing search index...

    AccountInformationResponse

    interface AccountInformationResponse {
        assets?: AccountInformationResponseAssetsInner[];
        canDeposit?: boolean;
        canTrade?: boolean;
        canWithdraw?: boolean;
        feeTier?: number | bigint;
        positions?: AccountInformationResponsePositionsInner[];
        updateTime?: number | bigint;
    }
    Index

    Properties

    Supported assets.

    AccountInformationResponse

    canDeposit?: boolean

    Whether deposits are enabled.

    AccountInformationResponse

    canTrade?: boolean

    Whether trading is enabled.

    AccountInformationResponse

    canWithdraw?: boolean

    Whether withdrawals are enabled.

    AccountInformationResponse

    feeTier?: number | bigint

    Fee tier level.

    AccountInformationResponse

    Position list.

    AccountInformationResponse

    updateTime?: number | bigint

    update time

    AccountInformationResponse