Binance Connector JS
    Preparing search index...

    Request parameters for queryPortfolioMarginNegativeBalanceInterestHistory operation in AccountApi. QueryPortfolioMarginNegativeBalanceInterestHistoryRequest

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

    Properties

    asset?: string

    AccountApiQueryPortfolioMarginNegativeBalanceInterestHistory

    endTime?: number | bigint

    Timestamp in ms to get funding until INCLUSIVE.

    AccountApiQueryPortfolioMarginNegativeBalanceInterestHistory

    recvWindow?: number | bigint

    AccountApiQueryPortfolioMarginNegativeBalanceInterestHistory

    size?: number | bigint

    Default:10 Max:100

    AccountApiQueryPortfolioMarginNegativeBalanceInterestHistory

    startTime?: number | bigint

    Timestamp in ms to get funding from INCLUSIVE.

    AccountApiQueryPortfolioMarginNegativeBalanceInterestHistory