bitfinex-node-api
    Preparing search index...

    Interface IWalletSnapshotMessage

    ws — wallet snapshot, sent once after authentication.

    interface IWalletSnapshotMessage {
        channel_id: 0;
        type: "wallet_snapshot";
        wallets: IWallet[];
    }
    Index

    Properties

    channel_id: 0
    type: "wallet_snapshot"
    wallets: IWallet[]