Binance Connector JS
    Preparing search index...

    Request parameters for getFutureHourlyInterestRate operation in BorrowRepayApi. GetFutureHourlyInterestRateRequest

    interface GetFutureHourlyInterestRateRequest {
        assets: string;
        isIsolated: boolean;
    }
    Index

    Properties

    Properties

    assets: string

    List of assets, separated by commas, up to 20

    BorrowRepayApiGetFutureHourlyInterestRate

    isIsolated: boolean

    for isolated margin or not, "TRUE", "FALSE"

    BorrowRepayApiGetFutureHourlyInterestRate