Marketplace Price
Obtain market prices of a product or SKU.
All Channelfireball.com product_ids
, sku_ids
and set_codes
can be obtained from the Data Feeds. Alternatively, prices can be queried using external_id
parameter.
Examples:
Query | Parameters |
---|---|
Search by Set | GET https://api.channelfireball.com/api/v1/rest/market/price?set_code=ogw |
Search by Product | GET https://api.channelfireball.com/api/v1/rest/market/price/mtg-34213 |
Search by Sku | GET https://api.channelfireball.com/api/v1/rest/market/price?sku_id=mtg-34213-EN-FO-NM |
Search by External Id | GET https://api.channelfireball.com/api/v1/rest/market/price?external_id=110803 |