bitfinex-node-api
    Preparing search index...

    Interface IAlertV2

    interface IAlertV2 {
        countdown: number;
        info: string;
        price: number;
        symbol: string;
        type: "price";
    }
    Index

    Properties

    countdown: number
    info: string
    price: number
    symbol: string
    type: "price"