Binance Connector JS
    Preparing search index...

    Request parameters for listPredictionMarkets operation in MarketDataApi. ListPredictionMarketsRequest

    interface ListPredictionMarketsRequest {
        l1Category?: string;
        l2Category?: string;
        limit?: number;
        offset?: number;
        orderBy?: ListPredictionMarketsOrderByEnum;
        sortBy?: ListPredictionMarketsSortByEnum;
    }
    Index

    Properties

    l1Category?: string

    Level-1 category filter

    MarketDataApiListPredictionMarkets

    l2Category?: string

    Level-2 category filter

    MarketDataApiListPredictionMarkets

    limit?: number

    Page size. Default 20, range 1–100

    MarketDataApiListPredictionMarkets

    offset?: number

    Pagination offset. Default 0

    MarketDataApiListPredictionMarkets

    Sort direction. Enum: ASC, DESC

    MarketDataApiListPredictionMarkets

    Sort field. Enum: RECOMMENDED, VOLUME, PARTICIPANTS, CREATED_TIME, END_DATE

    MarketDataApiListPredictionMarkets