Binance Connector JS
    Preparing search index...

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    interface QueryBorrowRepayRecordsInMarginAccountResponseRowsInner {
        amount?: string;
        asset?: string;
        interest?: string;
        isolatedSymbol?: string;
        principal?: string;
        status?: string;
        timestamp?: number | bigint;
        txId?: number | bigint;
        type?: string;
    }
    Index

    Properties

    amount?: string

    Total amount borrowed/repaid

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    asset?: string

    asset.

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    interest?: string

    Interest repaid

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    isolatedSymbol?: string

    isolated symbol, will not be returned for crossed margin

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    principal?: string

    Principal repaid

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    status?: string

    one of PENDING (pending execution), CONFIRMED (successfully execution), FAILED (execution failed, nothing happened to your account);

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    timestamp?: number | bigint

    timestamp.

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    txId?: number | bigint

    tx Id.

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner

    type?: string

    AUTO,MANUAL for Cross Margin Borrow; MANUAL,AUTO,BNB_AUTO_REPAY,POINT_AUTO_REPAY for Cross Margin Repay; AUTO,MANUAL for Isolated Margin Borrow/Repay;

    QueryBorrowRepayRecordsInMarginAccountResponseRowsInner