cURL
curl --request GET \ --url https://api.collectpure.com/products/get-product-analytics/v1 \ --header 'x-api-key: <api-key>'
{ "data": { "marketPrice": { "value": 123, "change": 123, "changePercent": 123, "dataPoints": [ { "value": 123, "timestamp": "<string>" } ] }, "premium": { "value": 123, "change": 123, "changePercent": 123, "dataPoints": [ { "value": 123, "timestamp": "<string>" } ] }, "depth": { "value": 123, "change": 123, "changePercent": 123, "dataPoints": [ { "value": 123, "timestamp": "<string>" } ] } } }
Retrieve all product analytics
API key for authentication
The ID of the product to get analytics for
The ID of the variant to get analytics for
1
Default Response
Show child attributes