Binance Connector JS
    Preparing search index...

    Interface ReferencePriceCalculationResponse

    ReferencePriceCalculationResponse

    interface ReferencePriceCalculationResponse {
        bucketCount?: number | bigint;
        bucketWidthMs?: number | bigint;
        calculationType?: string;
        externalCalculationId?: number | bigint;
        symbol?: string;
    }
    Index

    Properties

    bucketCount?: number | bigint

    Present when calculationType is ARITHMETIC_MEAN.

    ReferencePriceCalculationResponse

    bucketWidthMs?: number | bigint

    Present when calculationType is ARITHMETIC_MEAN.

    ReferencePriceCalculationResponse

    calculationType?: string

    Either ARITHMETIC_MEAN or EXTERNAL.

    ReferencePriceCalculationResponse

    externalCalculationId?: number | bigint

    Present when calculationType is EXTERNAL.

    ReferencePriceCalculationResponse

    symbol?: string

    ReferencePriceCalculationResponse