bitfinex-node-api
    Preparing search index...

    Interface ITrade

    interface ITrade {
        amount: string;
        exchange: "bitfinex";
        price: string;
        tid: number;
        timestamp: number;
        type: "buy" | "sell";
    }
    Index

    Properties

    amount: string
    exchange: "bitfinex"
    price: string
    tid: number
    timestamp: number
    type: "buy" | "sell"