v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Collection Endpoints

Get trending collections

Get a list of trending NFT collections sorted by sales activity over a specified timeframe. Trending is determined by sales volume and activity metrics. Available timeframes range from 1 minute to all time. For the one_day timeframe without a chain filter, collections are sorted by a composite trending score; all other timeframes sort by raw sales count. Results are filtered to verified, non-spam, non-NSFW collections with minimum volume thresholds.

get/api/v2/collections/trending

Query parameters

timeframestring

Time window for trending calculation. Options: one_minute, five_minutes, fifteen_minutes, one_hour, one_day, seven_days, thirty_days, one_year, all_time.

chainsChainIdentifier[]

Blockchain(s) to filter by. Comma-separated list of chain identifiers. Unsupported chains are silently ignored; a 400 is returned only if all specified chains are unsupported.

[
  "ethereum"
]
categorystring

Category to filter by (e.g. art, gaming, memberships, music, pfps, photography, domain-names, virtual-worlds, sports-collectibles, physical-collectibles).

limitinteger

Maximum number of collections to return (1-100).

cursorstring

Cursor for pagination. Use the 'next' value from a previous response.

Response

Trending collections