Skip to Content
DocsAPI ReferenceTrendingOverview

Trending

Trending ENS names ranked by different signals over a time period. All endpoints use the same query parameters and return enriched search results with signal-specific trending_metrics.

Base path: /api/v1/trending

Common Query Parameters

All trending endpoints accept:

ParameterTypeDefaultDescription
periodstring24hTime window: 24h or 7d
limitnumber20Max results (1–100)

Authentication: Optional (enriches results with user-specific data)

Endpoints

MethodPathSignalMetrics
GET/viewsPage viewsperiod_views, unique_viewers, total_views
GET/watchlistWatchlist addsperiod_additions, total_watchers
GET/votesVoting activityperiod_upvotes, period_downvotes, period_votes, net_score_total
GET/salesSales activityperiod_sales, period_volume, avg/max/min_price
GET/offersOffer activityperiod_offers, highest_offer, avg_offer, unique_bidders
GET/compositeAll signals combinedtrending_score with breakdown by signal
Last updated on