opensea: openseaGetBestListings
openseaGetBestListingsRetrieves OpenSea listings for an NFT collection sorted by price ascending, enabling price discovery and deal identification.
Instructions
Get the cheapest (best) listings for an NFT collection. Use this for price discovery and finding deals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionSlug | Yes | Collection slug (e.g., 'pudgypenguins') | |
| limit | No | Number of listings to return | |
| next | No | Pagination cursor for next page |