Binance Connector JS
    Preparing search index...

    Request parameters for queryBorrowRepayRecordsInMarginAccount operation in BorrowRepayApi. QueryBorrowRepayRecordsInMarginAccountRequest

    interface QueryBorrowRepayRecordsInMarginAccountRequest {
        asset?: string;
        current?: number | bigint;
        endTime?: number | bigint;
        isolatedSymbol?: string;
        recvWindow?: number | bigint;
        size?: number | bigint;
        startTime?: number | bigint;
        txId?: number | bigint;
        type: QueryBorrowRepayRecordsInMarginAccountTypeEnum;
    }
    Index

    Properties

    asset?: string

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount

    current?: number | bigint

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount

    endTime?: number | bigint

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount

    isolatedSymbol?: string

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount

    recvWindow?: number | bigint

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount

    size?: number | bigint

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount

    startTime?: number | bigint

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount

    txId?: number | bigint

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount

    BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount