Binance Connector JS
    Preparing search index...

    QueryMarginLoanRecordResponseRowsInner

    interface QueryMarginLoanRecordResponseRowsInner {
        asset?: string;
        principal?: string;
        status?: string;
        timestamp?: number | bigint;
        txId?: number | bigint;
    }
    Index

    Properties

    asset?: string

    asset name

    QueryMarginLoanRecordResponseRowsInner

    principal?: string

    Principal repaid

    QueryMarginLoanRecordResponseRowsInner

    status?: string

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

    QueryMarginLoanRecordResponseRowsInner

    timestamp?: number | bigint

    Timestamp.

    QueryMarginLoanRecordResponseRowsInner

    txId?: number | bigint

    Tx ID.

    QueryMarginLoanRecordResponseRowsInner