bitfinex-node-api
    Preparing search index...

    Interface IHeartbeatMessage

    Heartbeat keepalive emitted on any channel at most once per second when no data has arrived. Raw frame: [CHAN_ID, "hb"].

    https://docs.bitfinex.com/v1/docs/ws-general

    interface IHeartbeatMessage {
        channel_id: number;
        type: "heartbeat";
    }
    Index

    Properties

    Properties

    channel_id: number
    type: "heartbeat"