poloniex-node-api
    Preparing search index...

    Interface IAccount

    interface IAccount {
        accountId: string;
        accountState: IAccountState;
        accountType: IAccountType;
    }
    Index

    Properties

    accountId: string
    accountState: IAccountState
    accountType: IAccountType