get_set_price_history
Fetch the aggregate price history for an entire Magic: The Gathering set using its set code, optionally limiting the range to a specific number of days.
Instructions
Get the price history for a whole set by set code - the set's aggregate value over time. Optionally limit the window with days. For a single card's history use get_card_price_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Set code (e.g. 'mh3'). | |
| days | No | Number of days of history to return. |