market_query_grouped
Retrieve grouped market listings for specific card IDs, with nested results for each group. Apply filters like type, level, edition, and rental type to refine queries.
Instructions
Read listing groups for explicitly supplied comma-separated card definition IDs. Each group has card_detail_id, foil and a nested result list. With two card IDs, limit=1 returned one listing inside each group. This is different from a global row limit. type=rent with rental_type=season returned seasonal listings. Groups are returned intact or refused if a group cannot fit the result bound. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. Array responses are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gold | No | ||
| sort | No | ||
| type | No | ||
| level | No | ||
| limit | No | ||
| edition | No | ||
| card_ids | Yes | ||
| max_level | No | ||
| min_level | No | ||
| rental_type | No |