market_query_by_card
Look up market listings for one card using its ID or card_detail_id. Apply filters such as type, level, edition, and rental_type.
Instructions
Read individual listings for one card definition using id or card_detail_id. The captured sale query returned flat listing rows. type=rent with rental_type=season returned seasonal listings; omitting rental_type returned empty for the same card. Limit is a leading-row bound; no page-two control is established. 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 |
|---|---|---|---|
| id | No | ||
| gold | No | ||
| sort | No | ||
| type | No | ||
| level | No | ||
| limit | No | ||
| edition | No | ||
| max_level | No | ||
| min_level | No | ||
| rental_type | No | ||
| card_detail_id | No |