Collections
Query parameters
firstnumberOptionalExample:
Maximum number of collections to return (default: 100, max: 1000)
100skipnumberOptionalExample:
Number of collections to skip for pagination (default: 0)
0sortBystring · enumOptionalExample:
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
newestPossible values: namestringOptional
Filter by exact collection name
searchstringOptional
Search collections by name or description (text search)
creatorstringOptionalExample:
Filter by creator wallet address
0x1234567890abcdef1234567890abcdef12345678urnstringOptional
Filter by collection URN (Uniform Resource Name)
contractAddressstringOptionalExample:
Filter by collection contract address
0x1234567890abcdef1234567890abcdef12345678isOnSalebooleanOptionalExample:
Filter collections that have items currently on sale
truenetworkstring · enumOptionalExample:
Filter by blockchain network (ETHEREUM or MATIC)
ETHEREUMPossible values: Responses
200
List of collections
application/json
totalnumberRequired
Total number of collections matching the filters
500
Internal server error
application/json
get
/v1/collectionsLast updated