Binance Connector JS
    Preparing search index...

    QueryLiquidationLoanRepayHistoryResponseRowsInner

    interface QueryLiquidationLoanRepayHistoryResponseRowsInner {
        amount?: string;
        asset?: string;
        createTime?: number | bigint;
        repayId?: number | bigint;
        status?: string;
    }
    Index

    Properties

    amount?: string

    The repayment amount

    QueryLiquidationLoanRepayHistoryResponseRowsInner

    asset?: string

    Asset used for repayment

    QueryLiquidationLoanRepayHistoryResponseRowsInner

    createTime?: number | bigint

    Unix timestamp (milliseconds) when the repayment was created

    QueryLiquidationLoanRepayHistoryResponseRowsInner

    repayId?: number | bigint

    Unique identifier for the repayment transaction

    QueryLiquidationLoanRepayHistoryResponseRowsInner

    status?: string

    Repayment status: SUCCESS (completed) or PENDING (processing)

    QueryLiquidationLoanRepayHistoryResponseRowsInner