bitfinex-node-api
    Preparing search index...

    Interface IOffer

    interface IOffer {
        currency: string;
        direction: "lend" | "loan";
        executed_amount: string;
        id: number;
        is_cancelled: boolean;
        is_live: boolean;
        offer_id?: number;
        original_amount: string;
        period: number;
        rate: string;
        remaining_amount: string;
        timestamp: string;
    }
    Index

    Properties

    currency: string
    direction: "lend" | "loan"
    executed_amount: string
    id: number
    is_cancelled: boolean
    is_live: boolean
    offer_id?: number
    original_amount: string
    period: number
    rate: string
    remaining_amount: string
    timestamp: string