get_set_price_history
Retrieve the aggregate price history of a Magic: The Gathering set by set code, with an optional days parameter to limit the time window.
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. |