Binance Connector JS
    Preparing search index...

    Interface ReferencePriceResponseResult

    ReferencePriceResponseResult

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

    Properties

    referencePrice?: string

    ReferencePriceResponseResult

    symbol?: string

    ReferencePriceResponseResult

    timestamp?: number | bigint

    ReferencePriceResponseResult