Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginInterestRateHistory operation in BorrowRepayApi. QueryMarginInterestRateHistoryRequest

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

    Properties

    asset: string

    BorrowRepayApiQueryMarginInterestRateHistory

    endTime?: number

    BorrowRepayApiQueryMarginInterestRateHistory

    recvWindow?: number

    No more than 60000

    BorrowRepayApiQueryMarginInterestRateHistory

    startTime?: number

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

    BorrowRepayApiQueryMarginInterestRateHistory

    vipLevel?: number

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

    BorrowRepayApiQueryMarginInterestRateHistory