Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginLoanRecord operation in AccountApi. QueryMarginLoanRecordRequest

    interface QueryMarginLoanRecordRequest {
        archived?: QueryMarginLoanRecordArchivedEnum;
        asset: string;
        current?: number | bigint;
        endTime?: number | bigint;
        recvWindow?: number | bigint;
        size?: number | bigint;
        startTime?: number | bigint;
        txId?: number | bigint;
    }
    Index

    Properties

    Set to true to query archived data from 6 months ago.

    AccountApiQueryMarginLoanRecord

    asset: string

    AccountApiQueryMarginLoanRecord

    current?: number | bigint

    Current page number.

    AccountApiQueryMarginLoanRecord

    endTime?: number | bigint

    Timestamp in ms to get funding until INCLUSIVE.

    AccountApiQueryMarginLoanRecord

    recvWindow?: number | bigint

    The value cannot be greater than 60000

    AccountApiQueryMarginLoanRecord

    size?: number | bigint

    Number of results returned.

    AccountApiQueryMarginLoanRecord

    startTime?: number | bigint

    Timestamp in ms to get funding from INCLUSIVE.

    AccountApiQueryMarginLoanRecord

    txId?: number | bigint

    the tranId in POST/papi/v1/marginLoan

    AccountApiQueryMarginLoanRecord