API Documentation >> API 2.0 Main >> Marketplace Information >> Price Guide

Attention: This request is restricted to Widget apps, 3rd party apps, and Dedicated apps of powersellers and professionals

The file is updated once every day. Security mechanisms will be implemented to return a 429 if requested more frequently.

Contents

Price Guide

Allowed HTTP Methods

Resource Information

Attention: This request is restricted to Widget apps, 3rd party apps, and Dedicated apps of powersellers and professionals

3rd Party app users please note: When calculating the signature, only provide the credentials for your app, leaving the user credentials empty strings.

Parameters

Response Object

Price Guide Entity

{
    priceguidefile:             // The base64 encoded string
    mime:                       // The MIME type of the file
    links:                      // HATEOAS links
}

The response object and the relevant priceguidefile contains a string which is Base64 encoded. Decoding it returns a binary string that has to be written to an empty file. This file is gzipped and finally needs to be unpacked to retrieve the CSV file having the following columns:

Example Request

1. Downloading priceguide file for Magic (Default idGame=1)

GET https://api.cardmarket.com/ws/v2.0/priceguide

3. Downloading priceguide file for YGO

GET https://api.cardmarket.com/ws/v2.0/priceguide?idGame=3