Binance Connector JS
    Preparing search index...

    Request parameters for getMarginBorrowLoanInterestHistory operation in AccountApi. GetMarginBorrowLoanInterestHistoryRequest

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

    Properties

    archived?: string

    Default: false. Set to true for archived data from 6 months ago

    AccountApiGetMarginBorrowLoanInterestHistory

    asset?: string

    AccountApiGetMarginBorrowLoanInterestHistory

    current?: number | bigint

    Currently querying page. Start from 1. Default:1

    AccountApiGetMarginBorrowLoanInterestHistory

    endTime?: number | bigint

    Timestamp in ms to get funding until INCLUSIVE.

    AccountApiGetMarginBorrowLoanInterestHistory

    recvWindow?: number | bigint

    AccountApiGetMarginBorrowLoanInterestHistory

    size?: number | bigint

    Default:10 Max:100

    AccountApiGetMarginBorrowLoanInterestHistory

    startTime?: number | bigint

    Timestamp in ms to get funding from INCLUSIVE.

    AccountApiGetMarginBorrowLoanInterestHistory