Find listings and deals
find_listingsShow current NFT listings in a collection, cheapest first, with filters for traits, name, or serial numbers.
Instructions
What is for sale in a collection right now, cheapest first, with optional trait filters, a name filter, and a lowest-serials mode that reads the whole book and sorts by edition number. Answers 'cheapest Rex', 'find #1390', 'is a #1 or #100 for sale', 'lowest serial I can buy and what it costs versus floor', 'is there a deal on a Judge card', 'what is listed under 1 SOL', 'which traits are cheap right now'. Several trait filters mean all of them. Rarity ranks appear when the marketplace publishes them (Core collections usually carry none). Prices are asks on Magic Eden, not what buyers pay; get_collection_sales shows that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many listings to return. Default 20. | |
| symbol | Yes | Magic Eden collection symbol | |
| traits | No | Trait filters, combined with AND | |
| openseaSlug | No | OpenSea collection slug; adds OpenSea's per-trait floor next to Magic Eden's on every deal. Registry entries that carry one are used automatically. | |
| nameContains | No | Keep only listings whose name contains this text, e.g. '#1390' or 'Judge' | |
| lowestSerials | No | Hunt low edition numbers: read up to 1,000 listings, parse the serial from each name (#9, 12/250) and return the lowest serials with their asks against the floor |