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. Start from 1; default: 1; max: 1000

    StableRateApiGetLoanBorrowHistory

    endTime?: number | bigint

    StableRateApiGetLoanBorrowHistory

    limit?: number | bigint

    Default: 10; max: 100

    StableRateApiGetLoanBorrowHistory

    loanCoin?: string

    StableRateApiGetLoanBorrowHistory

    orderId?: number | bigint

    orderId in POST /sapi/v1/loan/borrow

    StableRateApiGetLoanBorrowHistory

    recvWindow?: number | bigint

    StableRateApiGetLoanBorrowHistory

    startTime?: number | bigint

    StableRateApiGetLoanBorrowHistory