Binance Connector JS
    Preparing search index...

    MarginAccountRepayDebtResponse

    interface MarginAccountRepayDebtResponse {
        amount?: string;
        asset?: string;
        specifyRepayAssets?: string[];
        success?: boolean;
        updateTime?: number | bigint;
    }
    Index

    Properties

    amount?: string

    Amount repaid

    MarginAccountRepayDebtResponse

    asset?: string

    asset name

    MarginAccountRepayDebtResponse

    specifyRepayAssets?: string[]

    Specify Repay Assets.

    MarginAccountRepayDebtResponse

    success?: boolean

    Success.

    MarginAccountRepayDebtResponse

    updateTime?: number | bigint

    last update time

    MarginAccountRepayDebtResponse