Binance Connector JS
    Preparing search index...

    Interface ReferencePriceResponse

    ReferencePriceResponse

    interface ReferencePriceResponse {
        referencePrice?: string;
        symbol?: string;
        timestamp?: number | bigint;
    }
    Index

    Properties

    referencePrice?: string

    ReferencePriceResponse

    symbol?: string

    ReferencePriceResponse

    timestamp?: number | bigint

    ReferencePriceResponse