Binance Connector JS
    Preparing search index...

    Interface ReferencePriceResponseResult

    ReferencePriceResponseResult

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

    Properties

    code?: number | bigint

    ReferencePriceResponseResult

    msg?: string

    ReferencePriceResponseResult

    referencePrice?: string

    ReferencePriceResponseResult

    symbol?: string

    ReferencePriceResponseResult

    timestamp?: number | bigint

    ReferencePriceResponseResult