poloniex-node-api
    Preparing search index...

    Interface IWSBalance

    interface IWSBalance {
        channel: "balances";
        data: [
            {
                accountId: string;
                accountType: IAccountType;
                available: string;
                changeTime: number;
                currency: string;
                eventType: IBalanceEventType;
                hold: string;
                id: number;
                ts: number;
                userId: number;
            },
        ];
    }
    Index

    Properties

    Properties

    channel: "balances"
    data: [
        {
            accountId: string;
            accountType: IAccountType;
            available: string;
            changeTime: number;
            currency: string;
            eventType: IBalanceEventType;
            hold: string;
            id: number;
            ts: number;
            userId: number;
        },
    ]