Skip to Content
APIHomepage & SearchGet Hot Search Results

Get Hot Search Data

1. Overview & Typical Use

Returns trending tokens and contracts with their search rankings, including token prices, holder counts, and contract call statistics.

  • Typical use: homepage hot-search display, token/contract leaderboards.
  • When not to use: to search for a specific token or account, use “Search Tokens/Contracts/Accounts”.

2. Endpoint & Authentication

GET /api/search/hot

For Base URL and authentication, see Common Network & Authentication.

3. Request

No parameters required.

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
hot_tokensarrayRequiredTrending token list; see below
hot_contractsarrayRequiredTrending contract list; see below
hot_sum_allobjectRequiredToken weight summary; sub-fields: activeAddress/activeAddressScore/click/clickScore/holder/holderScore/justswapLiquidity/justswapLiquidityScore/justswapLiquidityV2/justswapVolume24hrs/justswapVolume24hrsScore/justswapVolume24hrsV2/justswapVolume7d/justswapVolume7dScore/justswapVolume7dV2/search/searchScore/totalScore/transfer/transferScore
hot_c_sum_allobjectRequiredContract weight summary; sub-fields: caller/callerScore/click/clickScore/newIssue/newIssueScore/projectId/projectIdScore/search/searchScore/tokenAmount/tokenAmountScore/totalScore/trigger/triggerScore/verified/verifiedScore

hot_tokens[] elements

FieldTypeRequiredDescriptionUnit/Precision
idstringRequiredToken contract address or ID
typestringRequiredToken type: "20" = TRC20, "10" = TRC10
vip_tokenbooleanRequiredWhether this is a VIP token
iconstringRequiredToken icon URL
namestringRequiredToken name
abbrstringRequiredToken abbreviation
priceInUsdnumberRequiredCurrent priceUSD
holdersintegerRequiredNumber of holders

hot_contracts[] elements

FieldTypeRequiredDescription
contract_addressstringRequiredContract address
namestringRequiredContract name
tagstringOptionalContract tag
tagUrlstringOptionalTag link URL
triggersintegerRequiredTotal trigger count
trigger7dayintegerRequiredTrigger count in the past 7 days
verify_statusintegerRequiredVerification status: 0 unverified, 1 partially verified, 2 fully verified

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • No parameters — always returns data: an empty result is not an error.
Last updated on: