bitfinex-node-api
    Preparing search index...

    Interface IFundingTrade

    interface IFundingTrade {
        amount: string;
        offer_id: number;
        period: number;
        rate: string;
        tid: number;
        timestamp: string;
        type: "Buy" | "Sell";
    }
    Index

    Properties

    amount: string
    offer_id: number
    period: number
    rate: string
    tid: number
    timestamp: string
    type: "Buy" | "Sell"