Binance Connector JS
    Preparing search index...

    Request parameters for getMarginBorrowLoanInterestHistory operation in AccountApi. GetMarginBorrowLoanInterestHistoryRequest

    interface GetMarginBorrowLoanInterestHistoryRequest {
        archived?: GetMarginBorrowLoanInterestHistoryArchivedEnum;
        asset?: string;
        current?: number | bigint;
        endTime?: number | bigint;
        recvWindow?: number | bigint;
        size?: number | bigint;
        startTime?: number | bigint;
    }
    Index

    Properties

    Set to true to query archived data from 6 months ago.

    AccountApiGetMarginBorrowLoanInterestHistory

    asset?: string

    AccountApiGetMarginBorrowLoanInterestHistory

    current?: number | bigint

    Current page number.

    AccountApiGetMarginBorrowLoanInterestHistory

    endTime?: number | bigint

    Timestamp in ms to get funding until INCLUSIVE.

    AccountApiGetMarginBorrowLoanInterestHistory

    recvWindow?: number | bigint

    The value cannot be greater than 60000

    AccountApiGetMarginBorrowLoanInterestHistory

    size?: number | bigint

    Number of results returned.

    AccountApiGetMarginBorrowLoanInterestHistory

    startTime?: number | bigint

    Timestamp in ms to get funding from INCLUSIVE.

    AccountApiGetMarginBorrowLoanInterestHistory