Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginLoanRecord operation in AccountApi. QueryMarginLoanRecordRequest

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

    Properties

    archived?: string

    Default: false. Set to true for archived data from 6 months ago

    AccountApiQueryMarginLoanRecord

    asset: string

    AccountApiQueryMarginLoanRecord

    current?: number

    Currently querying page. Start from 1. Default:1

    AccountApiQueryMarginLoanRecord

    endTime?: number

    Timestamp in ms to get funding until INCLUSIVE.

    AccountApiQueryMarginLoanRecord

    recvWindow?: number

    AccountApiQueryMarginLoanRecord

    size?: number

    Default:10 Max:100

    AccountApiQueryMarginLoanRecord

    startTime?: number

    Timestamp in ms to get funding from INCLUSIVE.

    AccountApiQueryMarginLoanRecord

    txId?: number

    the tranId in POST/papi/v1/marginLoan

    AccountApiQueryMarginLoanRecord