Binance Connector JS
    Preparing search index...

    Request parameters for getLoanBorrowHistory operation in StableRateApi. GetLoanBorrowHistoryRequest

    interface GetLoanBorrowHistoryRequest {
        collateralCoin?: string;
        current?: number | bigint;
        endTime?: number | bigint;
        limit?: number | bigint;
        loanCoin?: string;
        orderId?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
    }
    Index

    Properties

    collateralCoin?: string

    StableRateApiGetLoanBorrowHistory

    current?: number | bigint

    Current querying page

    StableRateApiGetLoanBorrowHistory

    endTime?: number | bigint

    StableRateApiGetLoanBorrowHistory

    limit?: number | bigint

    Number of records to return

    StableRateApiGetLoanBorrowHistory

    loanCoin?: string

    StableRateApiGetLoanBorrowHistory

    orderId?: number | bigint

    orderId in POST /sapi/v1/loan/borrow

    StableRateApiGetLoanBorrowHistory

    recvWindow?: number | bigint

    Request validity window in milliseconds

    StableRateApiGetLoanBorrowHistory

    startTime?: number | bigint

    StableRateApiGetLoanBorrowHistory