get_card_buylist
Retrieve current buylist offers for a specific Magic: The Gathering card printing by set code and collector number. Returns offers grouped by finish (normal/foil/etched) with the highest marked.
Instructions
Get current buylist (sell-to-vendor) offers for a card printing, by set code and collector number. Returns offers grouped by finish (normal/foil/etched), best first, with the highest offer per finish marked. NM condition only. Use get_card_prices for retail (buy) prices instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setCode | Yes | Set code (e.g. 'lea'). | |
| setNumber | Yes | Collector number within the set (e.g. '161'). String, not int. |