poloniex-node-api
    Preparing search index...

    Interface IAccountBalanceOptions

    interface IAccountBalanceOptions {
        accountType?: IAccountType;
        id?: string;
        [key: string]: string | number | boolean | string[] | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string | number | boolean | string[] | undefined
    Index

    Properties

    Properties

    accountType?: IAccountType
    id?: string