Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginInterestRateHistory operation in BorrowRepayApi. QueryMarginInterestRateHistoryRequest

    interface QueryMarginInterestRateHistoryRequest {
        asset: string;
        endTime?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        vipLevel?: number | bigint;
    }
    Index

    Properties

    asset: string

    BorrowRepayApiQueryMarginInterestRateHistory

    endTime?: number | bigint

    BorrowRepayApiQueryMarginInterestRateHistory

    recvWindow?: number | bigint

    No more than 60000

    BorrowRepayApiQueryMarginInterestRateHistory

    startTime?: number | bigint

    只支持查询最近90天的数据

    BorrowRepayApiQueryMarginInterestRateHistory

    vipLevel?: number | bigint

    User's current specific margin data will be returned if vipLevel is omitted

    BorrowRepayApiQueryMarginInterestRateHistory