Binance Connector JS
    Preparing search index...

    AccountInformationResponse

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

    Properties

    AccountInformationResponse

    canDeposit?: boolean

    AccountInformationResponse

    canTrade?: boolean

    AccountInformationResponse

    canWithdraw?: boolean

    AccountInformationResponse

    feeTier?: number

    AccountInformationResponse

    AccountInformationResponse

    updateTime?: number

    AccountInformationResponse