Binance Connector JS
    Preparing search index...

    PriceFilter

    interface PriceFilter {
        filterType?: string;
        maxPrice?: string;
        minPrice?: string;
        priceExponent?: number;
        tickSize?: string;
    }
    Index

    Properties

    filterType?: string

    PriceFilter

    maxPrice?: string

    PriceFilter

    minPrice?: string

    PriceFilter

    priceExponent?: number

    PriceFilter

    tickSize?: string

    PriceFilter