Get best listings by collection
Get the best listings for a collection sorted by price ascending. Optionally filter by item traits using the 'traits' query parameter with a JSON array of trait filters. Multiple traits are AND-combined (items must match all). Note: results are not deduplicated by token ID — if a token has multiple listings, each listing is returned individually. Filter client-side if you need unique tokens. Example: ?traits=[{"traitType":"Background","value":"Red"}]
Path parameters
Unique string to identify a collection on OpenSea
Query parameters
Whether to include private listings; defaults to false
JSON array of trait filters to narrow listings by item traits. Each object has 'traitType' and 'value' fields. Multiple traits are AND-combined (items must match all). Example: [{"traitType":"Background","value":"Red"}]
Number of items to return per page
Number of items to return per page
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.