bitfinex-node-api
    Preparing search index...

    Interface IPastTrade

    interface IPastTrade {
        amount: string;
        fee_amount: string;
        fee_currency: string;
        order_id: number;
        price: string;
        tid: number;
        timestamp: string;
        type: "Buy" | "Sell";
    }
    Index

    Properties

    amount: string
    fee_amount: string
    fee_currency: string
    order_id: number
    price: string
    tid: number
    timestamp: string
    type: "Buy" | "Sell"