bitfinex-node-api
    Preparing search index...

    Interface IFundingBookSnapshotV2Message

    interface IFundingBookSnapshotV2Message {
        book: IFundingBookLevelV2[];
        channel_id: number;
        symbol: string;
        type: "funding_book_snapshot";
    }
    Index

    Properties

    channel_id: number
    symbol: string
    type: "funding_book_snapshot"