Binance Web3 Connector JS
    Preparing search index...

    Request parameters for getHotTokenList operation in MarketApi. GetHotTokenListRequest

    interface GetHotTokenListRequest {
        binanceChainId?: string;
        bnHolderCountMax?: string;
        bnHolderCountMin?: string;
        bundlerHoldingPercentMax?: string;
        bundlerHoldingPercentMin?: string;
        devCreatedTokenCountMax?: string;
        devCreatedTokenCountMin?: string;
        devHoldingPercentMax?: string;
        devHoldingPercentMin?: string;
        devMigratedTokenCountMax?: string;
        devMigratedTokenCountMin?: string;
        devMigratedTokenPercentMax?: string;
        devMigratedTokenPercentMin?: string;
        freshWalletHoldingPercentMax?: string;
        freshWalletHoldingPercentMin?: string;
        holdersMax?: string;
        holdersMin?: string;
        inflowUsdMax?: string;
        inflowUsdMin?: string;
        insiderHoldingPercentMax?: string;
        insiderHoldingPercentMin?: string;
        isDevBurned?: boolean;
        isDevSoldAll?: boolean;
        isFreeze?: boolean;
        isHideDevWashTradingTokens?: boolean;
        isHideInternalWashTradingTokens?: boolean;
        isHideWashTradingTokens?: boolean;
        isMint?: boolean;
        kolHoldingPercentMax?: string;
        kolHoldingPercentMin?: string;
        liquidityMax?: string;
        liquidityMin?: string;
        marketCapMax?: string;
        marketCapMin?: string;
        nonce?: string;
        pageId?: number;
        priceChangePercentMax?: string;
        priceChangePercentMin?: string;
        proHoldingPercentMax?: string;
        proHoldingPercentMin?: string;
        rankBy?: GetHotTokenListRankByEnum;
        rankingTimeFrame?: GetHotTokenListRankingTimeFrameEnum;
        recvWindow?: number | bigint;
        size?: number;
        smartMoneyHoldingPercentMax?: string;
        smartMoneyHoldingPercentMin?: string;
        sniperHoldingPercentMax?: string;
        sniperHoldingPercentMin?: string;
        top10HoldingPercentMax?: string;
        top10HoldingPercentMin?: string;
        txsMax?: string;
        txsMin?: string;
        volumeMax?: string;
        volumeMin?: string;
    }
    Index

    Properties

    binanceChainId?: string

    Chain identifier. Single value only. Omit to return mixed results across all chains.

    MarketApiGetHotTokenList

    bnHolderCountMax?: string

    Maximum Binance MPC wallet holders.

    MarketApiGetHotTokenList

    bnHolderCountMin?: string

    Minimum Binance MPC wallet holders.

    MarketApiGetHotTokenList

    bundlerHoldingPercentMax?: string

    Maximum bundler holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    bundlerHoldingPercentMin?: string

    Minimum bundler holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    devCreatedTokenCountMax?: string

    Maximum developer-created token count.

    MarketApiGetHotTokenList

    devCreatedTokenCountMin?: string

    Minimum developer-created token count.

    MarketApiGetHotTokenList

    devHoldingPercentMax?: string

    Maximum developer holding percentage filter. "5" means 5%.

    MarketApiGetHotTokenList

    devHoldingPercentMin?: string

    Minimum developer holding percentage filter. "5" means 5%.

    MarketApiGetHotTokenList

    devMigratedTokenCountMax?: string

    Maximum developer-migrated token count.

    MarketApiGetHotTokenList

    devMigratedTokenCountMin?: string

    Minimum developer-migrated token count.

    MarketApiGetHotTokenList

    devMigratedTokenPercentMax?: string

    Maximum developer-migrated token percentage. "5" means 5%.

    MarketApiGetHotTokenList

    devMigratedTokenPercentMin?: string

    Minimum developer-migrated token percentage. "5" means 5%.

    MarketApiGetHotTokenList

    freshWalletHoldingPercentMax?: string

    Maximum fresh-wallet holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    freshWalletHoldingPercentMin?: string

    Minimum fresh-wallet holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    holdersMax?: string

    Maximum holder count.

    MarketApiGetHotTokenList

    holdersMin?: string

    Minimum holder count.

    MarketApiGetHotTokenList

    inflowUsdMax?: string

    Maximum net inflow filter, denominated in USD.

    MarketApiGetHotTokenList

    inflowUsdMin?: string

    Minimum net inflow filter, denominated in USD.

    MarketApiGetHotTokenList

    insiderHoldingPercentMax?: string

    Maximum insider holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    insiderHoldingPercentMin?: string

    Minimum insider holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    isDevBurned?: boolean

    When set to true, returns only tokens where the developer has burned tokens. Not filtered when omitted or false.

    MarketApiGetHotTokenList

    isDevSoldAll?: boolean

    When set to true, returns only tokens where the developer has sold all holdings. Not filtered when omitted or false.

    MarketApiGetHotTokenList

    isFreeze?: boolean

    When set to true, excludes tokens with freeze capability. Default false.

    MarketApiGetHotTokenList

    isHideDevWashTradingTokens?: boolean

    When set to true, excludes tokens where the developer has wash trading behavior. Default true.

    MarketApiGetHotTokenList

    isHideInternalWashTradingTokens?: boolean

    When set to true, excludes tokens where insiders have wash trading behavior. Default true.

    MarketApiGetHotTokenList

    isHideWashTradingTokens?: boolean

    When set to true, excludes tokens with wash trading behavior. Default true.

    MarketApiGetHotTokenList

    isMint?: boolean

    When set to true, excludes tokens with minting capability. Default false.

    MarketApiGetHotTokenList

    kolHoldingPercentMax?: string

    Maximum KOL holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    kolHoldingPercentMin?: string

    Minimum KOL holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    liquidityMax?: string

    Maximum liquidity filter, denominated in USD.

    MarketApiGetHotTokenList

    liquidityMin?: string

    Minimum liquidity filter, denominated in USD.

    MarketApiGetHotTokenList

    marketCapMax?: string

    Maximum market cap filter, denominated in USD.

    MarketApiGetHotTokenList

    marketCapMin?: string

    Minimum market cap filter, denominated in USD.

    MarketApiGetHotTokenList

    nonce?: string

    Unique request identifier for anti-replay; falls back to X-OC-SIGN if omitted.

    MarketApiGetHotTokenList

    pageId?: number

    Pagination identifier. Do not pass on the first request; pass the page value from the previous response to get the next page.

    MarketApiGetHotTokenList

    priceChangePercentMax?: string

    Maximum price change filter. "100" means 100%.

    MarketApiGetHotTokenList

    priceChangePercentMin?: string

    Minimum price change filter. "5" means 5%.

    MarketApiGetHotTokenList

    proHoldingPercentMax?: string

    Maximum pro-trader holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    proHoldingPercentMin?: string

    Minimum pro-trader holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    Ranking field. 1=price, 2=price change, 3=transactions, 4=volume, 5=market cap, 6=liquidity, 7=creation time, 8=holders, 9=Binance MPC wallet holders, 10=net inflow.

    MarketApiGetHotTokenList

    Data time range. 1=1 min, 2=5 min, 3=1 hour, 4=4 hours, 5=24 hours. Default 1 hour.

    MarketApiGetHotTokenList

    recvWindow?: number | bigint

    Allowed time deviation in milliseconds (default: 5000, max: 60000).

    MarketApiGetHotTokenList

    size?: number

    Page size. Maximum 100. Defaults to 100.

    MarketApiGetHotTokenList

    smartMoneyHoldingPercentMax?: string

    Maximum smart-money holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    smartMoneyHoldingPercentMin?: string

    Minimum smart-money holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    sniperHoldingPercentMax?: string

    Maximum sniper holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    sniperHoldingPercentMin?: string

    Minimum sniper holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    top10HoldingPercentMax?: string

    Maximum top-10 holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    top10HoldingPercentMin?: string

    Minimum top-10 holding percentage. "5" means 5%.

    MarketApiGetHotTokenList

    txsMax?: string

    Maximum transaction count.

    MarketApiGetHotTokenList

    txsMin?: string

    Minimum transaction count.

    MarketApiGetHotTokenList

    volumeMax?: string

    Maximum volume filter, denominated in USD.

    MarketApiGetHotTokenList

    volumeMin?: string

    Minimum volume filter, denominated in USD.

    MarketApiGetHotTokenList