bitfinex-node-api
    Preparing search index...

    Interface IAlertSetOptions

    interface IAlertSetOptions {
        count?: number;
        price: string;
        symbol: string;
        type: "price";
    }
    Index

    Properties

    count?: number
    price: string
    symbol: string
    type: "price"