latestOpenAPI 3.1.02026-08-1013317298.0 KB

d94e0e0f1821

Collections

List and search marketplace collections

Retrieves marketplace collections with their metadata and statistics.

Supports comprehensive filtering:

  • Search by collection name or text
  • Filter by creator address
  • Filter by contract address or URN
  • Show only collections with items on sale
  • Network filtering

Sorting options:

  • Newest collections
  • Recently reviewed
  • Alphabetical by name
  • By collection size (item count)
  • Recently listed

Use this endpoint to:

  • Browse marketplace collections
  • Search for specific creator's collections
  • Display collection catalogs
  • Track new collection launches

Results include collection metadata, item counts, and listing status.

get/v1/collections

Query parameters

firstnumber

Maximum number of collections to return (default: 100, max: 1000)

skipnumber

Number of collections to skip for pagination (default: 0)

sortBy'newest' | 'recently_reviewed' | 'name' | 'size' | 'recently_listed'

Sort collections by:

  • newest: Most recently created
  • recently_reviewed: Most recently reviewed
  • name: Alphabetical order
  • size: Number of items in collection
  • recently_listed: Most recently listed for sale
namestring

Filter by exact collection name

searchstring

Search collections by name or description (text search)

creatorstring

Filter by creator wallet address

urnstring

Filter by collection URN (Uniform Resource Name)

contractAddressstring

Filter by collection contract address

isOnSaleboolean

Filter collections that have items currently on sale

network'ETHEREUM' | 'MATIC'

Filter by blockchain network (ETHEREUM or MATIC)

Response

List of collections

totalnumber required

Total number of collections matching the filters