Binance Connector JS
    Preparing search index...

    Request parameters for queryCrossIsolatedMarginCapitalFlow operation in AccountApi. QueryCrossIsolatedMarginCapitalFlowRequest

    interface QueryCrossIsolatedMarginCapitalFlowRequest {
        asset?: string;
        endTime?: number | bigint;
        fromId?: number | bigint;
        limit?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        symbol?: string;
        type?: string;
    }
    Index

    Properties

    asset?: string

    AccountApiQueryCrossIsolatedMarginCapitalFlow

    endTime?: number | bigint

    AccountApiQueryCrossIsolatedMarginCapitalFlow

    fromId?: number | bigint

    If fromId is set, data with id greater than fromId will be returned. Otherwise, the latest data will be returned.

    AccountApiQueryCrossIsolatedMarginCapitalFlow

    limit?: number | bigint

    Limit on the number of data records returned per request. Default: 500; Maximum: 1000.

    AccountApiQueryCrossIsolatedMarginCapitalFlow

    recvWindow?: number | bigint

    No more than 60000

    AccountApiQueryCrossIsolatedMarginCapitalFlow

    startTime?: number | bigint

    Only supports querying data from the past 90 days.

    AccountApiQueryCrossIsolatedMarginCapitalFlow

    symbol?: string

    isolated margin pair

    AccountApiQueryCrossIsolatedMarginCapitalFlow

    type?: string

    Transfer Type: ROLL_IN, ROLL_OUT

    AccountApiQueryCrossIsolatedMarginCapitalFlow