poloniex-node-api
    Preparing search index...

    Interface IAccountBalanceOptions

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

    Hierarchy (View Summary)

    Indexable

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

    Properties

    Properties

    accountType?: IAccountType
    id?: string