bitfinex-node-api
    Preparing search index...

    Interface IRawFundingBookSnapshotV2Message

    interface IRawFundingBookSnapshotV2Message {
        book: IRawFundingBookLevelV2[];
        channel_id: number;
        symbol: string;
        type: "raw_funding_book_snapshot";
    }
    Index

    Properties

    channel_id: number
    symbol: string
    type: "raw_funding_book_snapshot"