Binance Connector JS
    Preparing search index...

    Request parameters for getFlexibleLoanBorrowHistory operation in FlexibleRateApi. GetFlexibleLoanBorrowHistoryRequest

    interface GetFlexibleLoanBorrowHistoryRequest {
        collateralCoin?: string;
        current?: number;
        endTime?: number;
        limit?: number;
        loanCoin?: string;
        recvWindow?: number;
        startTime?: number;
    }
    Index

    Properties

    collateralCoin?: string

    FlexibleRateApiGetFlexibleLoanBorrowHistory

    current?: number

    Current querying page. Start from 1; default: 1; max: 1000

    FlexibleRateApiGetFlexibleLoanBorrowHistory

    endTime?: number

    FlexibleRateApiGetFlexibleLoanBorrowHistory

    limit?: number

    Default: 10; max: 100

    FlexibleRateApiGetFlexibleLoanBorrowHistory

    loanCoin?: string

    FlexibleRateApiGetFlexibleLoanBorrowHistory

    recvWindow?: number

    FlexibleRateApiGetFlexibleLoanBorrowHistory

    startTime?: number

    FlexibleRateApiGetFlexibleLoanBorrowHistory