bitfinex-node-api
    Preparing search index...

    Interface IKeepFundingOptions

    interface IKeepFundingOptions {
        changes?: Record<string, unknown>;
        id?: number[];
        type: "loan" | "credit";
    }
    Index

    Properties

    Properties

    changes?: Record<string, unknown>
    id?: number[]
    type: "loan" | "credit"