v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Collection Endpoints

Get top collections

Get top NFT collections ranked by various stats (sorted descending). Unlike /trending, results are not filtered by verification status; spam-tagged collections are excluded via trust-safety enforcement states. Available sort options: one_day_volume, seven_days_volume, thirty_days_volume, floor_price, one_day_sales, seven_days_sales, thirty_days_sales, total_volume, total_sales.

get/api/v2/collections/top

Query parameters

sort_bystring

The stat to sort collections by (always sorted descending). Options: one_day_volume, seven_days_volume, thirty_days_volume, floor_price, one_day_sales, seven_days_sales, thirty_days_sales, total_volume, total_sales

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

Response

Top collections list