Binance Connector JS
    Preparing search index...

    Request parameters for getMarginBorrowLoanInterestHistory operation in AccountApi. GetMarginBorrowLoanInterestHistoryRequest

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

    Properties

    archived?: string

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

    AccountApiGetMarginBorrowLoanInterestHistory

    asset?: string

    AccountApiGetMarginBorrowLoanInterestHistory

    current?: number

    Currently querying page. Start from 1. Default:1

    AccountApiGetMarginBorrowLoanInterestHistory

    endTime?: number

    Timestamp in ms to get funding until INCLUSIVE.

    AccountApiGetMarginBorrowLoanInterestHistory

    recvWindow?: number

    AccountApiGetMarginBorrowLoanInterestHistory

    size?: number

    Default:10 Max:100

    AccountApiGetMarginBorrowLoanInterestHistory

    startTime?: number

    Timestamp in ms to get funding from INCLUSIVE.

    AccountApiGetMarginBorrowLoanInterestHistory